diff options
author | Joe7 <jozsef.rnagy@site.hu> | 2011-01-03 15:14:32 +0100 |
---|---|---|
committer | Bharat Mediratta <bharat@menalto.com> | 2011-01-03 11:01:09 -0800 |
commit | 7ce902d373ac67d2267a886c18238eb53dd98093 (patch) | |
tree | 55e14efa77736c3d741a4a568429c13c1900b237 | |
parent | 336632fea0a955d74099cd169b3178c01f250ff5 (diff) |
Removed accidental whitespace
-rw-r--r-- | modules/gallery/models/item.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/models/item.php b/modules/gallery/models/item.php index d4df0a78..7ddcb4c2 100644 --- a/modules/gallery/models/item.php +++ b/modules/gallery/models/item.php @@ -1087,7 +1087,7 @@ class Item_Model_Core extends ORM_MPTT { db::query("UPDATE {items} SET `view_count` = `view_count` + 1 WHERE `id` = $this->id") ->execute(); } - + private function _cache_buster($path) { return "?m=" . (string)(file_exists($path) ? filemtime($path) : 0); } |