Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #69 from GreGosPhaTos/fix#backend_connection_typo
Browse files Browse the repository at this point in the history
Fix a typo in celery.php
  • Loading branch information
gjedeer committed Feb 9, 2016
2 parents d742b4a + c5ef073 commit ea26823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion celery.php
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ abstract class CeleryAbstract
private $broker_connection_details = array();
private $broker_amqp = null;

private $backend_conneciton = null;
private $backend_connection = null;
private $backend_connection_details = array();
private $backend_amqp = null;

Expand Down

0 comments on commit ea26823

Please sign in to comment.