From: Antoine Musso Date: Sun, 13 May 2007 19:20:36 +0000 (+0000) Subject: exif::version is static X-Git-Tag: 1.31.0-rc.0~52930 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=9194805bbd4c49485af3e9c966faa005478e2a14;p=lhc%2Fweb%2Fwiklou.git exif::version is static --- 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! }