diff options
| author | Bharat Mediratta <bharat@menalto.com> | 2009-07-02 19:37:03 +0800 |
|---|---|---|
| committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-07-09 23:33:42 +0800 |
| commit | b1f9eb1d12fbb9acb97ece2333c21ab76d909101 (patch) | |
| tree | bc35f4eba6dda441842d9af795f8572637d09a52 /modules/gallery/helpers/movie.php | |
| parent | 6ac5238b83d58824eb9327406a2ee50b7e603214 (diff) | |
ORM::Factory -> ORM::factory
Signed-off-by: Tim Almdal <tnalmdal@shaw.ca>
Diffstat (limited to 'modules/gallery/helpers/movie.php')
| -rw-r--r-- | modules/gallery/helpers/movie.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/helpers/movie.php b/modules/gallery/helpers/movie.php index fcf1cc54..54159294 100644 --- a/modules/gallery/helpers/movie.php +++ b/modules/gallery/helpers/movie.php @@ -82,7 +82,7 @@ class movie_Core { $movie->rand_key = ((float)mt_rand()) / (float)mt_getrandmax(); // Randomize the name if there's a conflict - while (ORM::Factory("item") + while (ORM::factory("item") ->where("parent_id", $parent->id) ->where("name", $movie->name) ->find()->id) { |
