summaryrefslogtreecommitdiff
path: root/Nexus.php
diff options
context:
space:
mode:
Diffstat (limited to 'Nexus.php')
-rw-r--r--Nexus.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Nexus.php b/Nexus.php
index f9bb887..5a975b9 100644
--- a/Nexus.php
+++ b/Nexus.php
@@ -4,7 +4,7 @@
*
* @abstract
* @author xing <xing@synapse.plus.com>
-* @version $Revision: 1.8 $
+* @version $Revision: 1.9 $
* @package nexus
*/
@@ -585,7 +585,7 @@ class Nexus extends NexusSystem {
$this->mDb->query( $query, array( (int)$res["pos"], (int)$item["item_id"] ) );
}
$this->mDb->CompleteTrans();
- $this->mDb->writeModuleCache( $item['menu_id'] );
+ $this->writeModuleCache( $item['menu_id'] );
}
}