exif::version is static
authorAntoine Musso <hashar@users.mediawiki.org>
Sun, 13 May 2007 19:20:36 +0000 (19:20 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Sun, 13 May 2007 19:20:36 +0000 (19:20 +0000)
includes/Exif.php

index 3a06ca1..a4f7bd8 100644 (file)
@@ -405,7 +405,7 @@ class Exif {
         *
         * @return int
         */
-       function version() {
+       public static function version() {
                return 1; // We don't need no bloddy constants!
        }