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
|
@ -116,7 +116,7 @@ class Application_Model_ScheduleGroup {
|
|||
}
|
||||
}
|
||||
|
||||
RabbitMq::PushSchedule();
|
||||
Application_Model_RabbitMq::PushSchedule();
|
||||
return $this->groupId;
|
||||
}
|
||||
|
||||
|
@ -155,7 +155,7 @@ class Application_Model_ScheduleGroup {
|
|||
." WHERE group_id = ".$this->groupId;
|
||||
//echo $sql;
|
||||
$retVal = $CC_DBC->query($sql);
|
||||
RabbitMq::PushSchedule();
|
||||
Application_Model_RabbitMq::PushSchedule();
|
||||
return $retVal;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue