summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-02-14 19:32:00 +0000
committerBharat Mediratta <bharat@menalto.com>2009-02-14 19:32:00 +0000
commit2ec347a3ae7290c67051fed30395a9050ca66d06 (patch)
treeeb2c2ae5f872b9c324496e1c4fe35f666d036e81 /core
parente5f5f4824341820738eac30c6ef8402c5f65f6b9 (diff)
Fix indentation.
Diffstat (limited to 'core')
-rw-r--r--core/helpers/photo.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/photo.php b/core/helpers/photo.php
index 349e8760..87b35817 100644
--- a/core/helpers/photo.php
+++ b/core/helpers/photo.php
@@ -34,7 +34,7 @@ class photo_Core {
* @return Item_Model
*/
static function create($parent, $filename, $name, $title,
- $description=null, $owner_id=null) {
+ $description=null, $owner_id=null) {
if (!$parent->loaded || !$parent->is_album()) {
throw new Exception("@todo INVALID_PARENT");
}