getFilterString should be static. Reported by Goner

This commit is contained in:
Sébastien Lucas 2013-03-26 20:58:29 +01:00
parent 6d94c2d4c1
commit f9c6e8277b

View file

@ -118,7 +118,7 @@ class Book extends Base {
return $this->authors;
}
public function getFilterString () {
public static function getFilterString () {
$filter = getURLParam ("tag", NULL);
if (empty ($filter)) return "";