mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
NOISSUE remove reference operator.
This commit is contained in:
parent
35384999c9
commit
194ce8614a
118 changed files with 859 additions and 859 deletions
|
|
@ -34,8 +34,8 @@ class integration_searchView extends integration_search
|
|||
*/
|
||||
function IS()
|
||||
{
|
||||
$oFile = &getClass('file');
|
||||
$oModuleModel = &getModel('module');
|
||||
$oFile = getClass('file');
|
||||
$oModuleModel = getModel('module');
|
||||
// Check permissions
|
||||
if(!$this->grant->access) return new Object(-1,'msg_not_permitted');
|
||||
|
||||
|
|
@ -82,7 +82,7 @@ class integration_searchView extends integration_search
|
|||
// Create integration search model object
|
||||
if($is_keyword)
|
||||
{
|
||||
$oIS = &getModel('integration_search');
|
||||
$oIS = getModel('integration_search');
|
||||
switch($where)
|
||||
{
|
||||
case 'document' :
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue