diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-12-05 23:53:34 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-12-05 23:53:34 +0000 |
| commit | 72367be6ffdbdbfd642ebf9b244c35984bef2990 (patch) | |
| tree | ade3862f5bea8ab71070e0ebed6ace3177fbb9a2 /Nexus.php | |
| parent | 6719be3e85a16e5d6a0db45776acc8dca8f29efc (diff) | |
| download | nexus-72367be6ffdbdbfd642ebf9b244c35984bef2990.tar.gz nexus-72367be6ffdbdbfd642ebf9b244c35984bef2990.tar.bz2 nexus-72367be6ffdbdbfd642ebf9b244c35984bef2990.zip | |
merge recent changes into HEAD
Diffstat (limited to 'Nexus.php')
| -rw-r--r-- | Nexus.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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'] ); } } |
