Index: trunk/extensions/OpenSearchXml/ApiOpenSearchXml.php |
— | — | @@ -353,7 +353,7 @@ |
354 | 354 | * Returns a string that identifies the version of this class. |
355 | 355 | * @return string |
356 | 356 | */ |
357 | | - public static function getVersion() { |
| 357 | + public function getVersion() { |
358 | 358 | return __CLASS__ . ': $Id$'; |
359 | 359 | } |
360 | 360 | } |