summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2008-12-16 00:50:51 +0000
committerBharat Mediratta <bharat@menalto.com>2008-12-16 00:50:51 +0000
commit898d001330230569f5cd0c280fbb499fd6005f2f (patch)
tree592027c2cbb22f88ac0d6d026f995f53b777795e
parenteecf7bd51823edfdded0fb86a8f31dd1d30beefd (diff)
Fix capitalization.
-rw-r--r--core/helpers/album.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/album.php b/core/helpers/album.php
index 83bbfbab..9373c5d5 100644
--- a/core/helpers/album.php
+++ b/core/helpers/album.php
@@ -40,7 +40,7 @@ class album_Core {
$album->name = $name;
$album->owner_id = $owner_id;
- while (ORM::Factory("item")
+ while (ORM::factory("item")
->where("parent_id", $parent_id)
->where("name", $album->name)
->find()->id) {