From 9194805bbd4c49485af3e9c966faa005478e2a14 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Sun, 13 May 2007 19:20:36 +0000 Subject: [PATCH] exif::version is static --- includes/Exif.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/Exif.php b/includes/Exif.php index 3a06ca1b91..a4f7bd8d0c 100644 --- a/includes/Exif.php +++ b/includes/Exif.php @@ -405,7 +405,7 @@ class Exif { * * @return int */ - function version() { + public static function version() { return 1; // We don't need no bloddy constants! } -- 2.20.1