CC-2833: Use ClassLoaders for PHP Files
-autoload RabbitMq class
This commit is contained in:
parent
2c0b0a2eff
commit
dfe43c98bb
12 changed files with 35 additions and 35 deletions
|
@ -9,7 +9,7 @@ class RabbitMq
|
|||
* Sets a flag to push the schedule at the end of the request.
|
||||
*/
|
||||
public static function PushSchedule() {
|
||||
RabbitMq::$doPush = TRUE;
|
||||
Application_Model_RabbitMq::$doPush = TRUE;
|
||||
}
|
||||
|
||||
public static function SendMessageToPypo($event_type, $md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue