From e0319573542293c661c263de30547eeb9c2b7ede Mon Sep 17 00:00:00 2001 From: Andy Staudacher Date: Tue, 24 Feb 2009 05:54:19 +0000 Subject: File structure style fixes --- modules/exif/helpers/exif.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules/exif/helpers') diff --git a/modules/exif/helpers/exif.php b/modules/exif/helpers/exif.php index 55877140..50a772b5 100644 --- a/modules/exif/helpers/exif.php +++ b/modules/exif/helpers/exif.php @@ -25,7 +25,7 @@ class exif_Core { protected static $exif_keys; - public static function extract($item) { + static function extract($item) { ORM::factory("exif_key")->where("item_id", $item->id)->delete_all(); // Only try to extract EXIF from photos @@ -68,7 +68,7 @@ class exif_Core { $record->save(); } - public static function get($item, $summary=true) { + static function get($item, $summary=true) { $exif = array(); $exif_key = ORM::factory("exif_key") ->where("item_id", $item->id); -- cgit v1.2.3