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 #2

Closed rezamarandi closed 9 years ago

rezamarandi commented 9 years ago

A PHP Error was encountered

Severity: Notice

Message: Undefined property: CeleryController::$ci

Filename: controllers/celerycontroller.php

Line Number: 18

you should change line number 18 to :

$result = $this->celery->PostTask('tasks.add', array(2, 3));

hussaintamboli commented 9 years ago

Done. Thanks for pointing it out.

I didn't test it after I resolved #1. Thanks again for bringing another issue.

rezamarandi commented 9 years ago

you're welcome