NOISSUE remove reference operator.

This commit is contained in:
bnu 2013-12-30 17:35:02 +09:00
parent 35384999c9
commit 194ce8614a
118 changed files with 859 additions and 859 deletions

View file

@ -39,8 +39,8 @@ class trashAdminView extends trash
$output = $oTrashModel->getTrashList($args);
// for no text comment language and for document manange language
$oCommentModel = &getModel('comment');
$oDocumentModel = &getModel('document');
$oCommentModel = getModel('comment');
$oDocumentModel = getModel('document');
Context::set('trash_list', $output->data);
Context::set('total_count', $output->total_count);