summaryrefslogtreecommitdiff
path: root/Nexus.php
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2005-12-05 23:53:34 +0000
committerMax Kremmel <xing@synapse.plus.com>2005-12-05 23:53:34 +0000
commit72367be6ffdbdbfd642ebf9b244c35984bef2990 (patch)
treeade3862f5bea8ab71070e0ebed6ace3177fbb9a2 /Nexus.php
parent6719be3e85a16e5d6a0db45776acc8dca8f29efc (diff)
downloadnexus-72367be6ffdbdbfd642ebf9b244c35984bef2990.tar.gz
nexus-72367be6ffdbdbfd642ebf9b244c35984bef2990.tar.bz2
nexus-72367be6ffdbdbfd642ebf9b244c35984bef2990.zip
merge recent changes into HEAD
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'] );
}
}