Skip to content

Commit

Permalink
refs #1067 : modify - Message to Utils_Message
Browse files Browse the repository at this point in the history
  • Loading branch information
inureyes committed Aug 1, 2015
1 parent c40a1f2 commit c1d1ffa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion framework/legacy/Needlworks.PHP.Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ private function initialize() {
'SubscriptionStatistics', 'Tag', 'Trackback', 'TrackbackLog', 'UserInfo', 'UserSetting'
);
$this->model = array(
'Message', 'Paging', 'PluginCustomConfig', 'Statistics', 'User'
'Paging', 'PluginCustomConfig', 'Statistics', 'User'
);
$this->base = array(
'HTTPRequest', 'XMLRPC', 'XMLRPCFault',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/**
* This class implements message queue.
*/
class Message extends Singleton {
class Utils_Message extends Singleton {
private static $__storageTemplate = array(
'id' => 0,
'status' => 'OK',
Expand Down

0 comments on commit c1d1ffa

Please sign in to comment.