diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-07-17 16:58:15 -0700 |
|---|---|---|
| committer | Bharat Mediratta <bharat@menalto.com> | 2009-07-17 16:58:15 -0700 |
| commit | bb981bb7b60d6b0155b73bbb37edb25f2f207ec0 (patch) | |
| tree | b4dd91a42f3da07fae42c64aeb3d49f46e6ebc6a /modules/gallery/libraries/MY_ORM.php | |
| parent | e7c6861507ea7ca01d3d4ed7b4189c030c8d07b3 (diff) | |
| parent | cd907c2b42f8b50ebe6d490aab42365e16deb258 (diff) | |
Merge branch 'master' of git@github.com:/gallery/gallery3
Diffstat (limited to 'modules/gallery/libraries/MY_ORM.php')
| -rw-r--r-- | modules/gallery/libraries/MY_ORM.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/libraries/MY_ORM.php b/modules/gallery/libraries/MY_ORM.php index 319cbe09..1d3c1ef3 100644 --- a/modules/gallery/libraries/MY_ORM.php +++ b/modules/gallery/libraries/MY_ORM.php @@ -32,7 +32,7 @@ class ORM extends ORM_Core { } public function save() { - model_cache::clear($this->object_name, $this->{$this->primary_key}, $this->primary_key); + model_cache::clear(); $result = parent::save(); $this->original = $this->object; return $result; |
