mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
NOISSUE remove reference operator.
This commit is contained in:
parent
35384999c9
commit
194ce8614a
118 changed files with 859 additions and 859 deletions
|
|
@ -16,7 +16,7 @@ class counter_status extends WidgetHandler
|
|||
function proc($args)
|
||||
{
|
||||
// Get status of the accumulated, yesterday's, today's counts
|
||||
$oCounterModel = &getModel('counter');
|
||||
$oCounterModel = getModel('counter');
|
||||
|
||||
$site_module_info = Context::get('site_module_info');
|
||||
$output = $oCounterModel->getStatus(array('00000000', date('Ymd', $_SERVER['REQUEST_TIME']-60*60*24), date('Ymd')), $site_module_info->site_srl);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue