hussaintamboli / Celery-CI

celery-php (celery.php) transformed into a CodeIgniter library. Original celery.php taken from https://github.com/gjedeer/celery-php/blob/master/celery.php
4 stars 1 forks source link

error in running test controller #1

Closed rezamarandi closed 9 years ago

rezamarandi commented 9 years ago

hi , i installed a clean CI , now when i try to use it , i get this message :

A PHP Error was encountered

Severity: Notice

Message: Undefined property: CeleryController::$load

Filename: controllers/celerycontroller.php

Line Number: 6

hussaintamboli commented 9 years ago

I forgot to call the constructor of parent class in celerycontroller.

parent::__construct();

Modified the code. Thanks for reporting the issue.