summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/tag/models/tag.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/tag/models/tag.php b/modules/tag/models/tag.php
index d0d2117c..2b33c30d 100644
--- a/modules/tag/models/tag.php
+++ b/modules/tag/models/tag.php
@@ -27,7 +27,7 @@ class Tag_Model extends ORM {
* @param string $type the type of item (album, photo)
* @return ORM_Iterator
*/
- public function items($limit=null, $offset=0, $type=null) {
+ public function items($limit=null, $offset=null, $type=null) {
$model = ORM::factory("item")
->viewable()
->join("items_tags", "items.id", "items_tags.item_id")