getFilterString should be static. Reported by Goner
This commit is contained in:
parent
6d94c2d4c1
commit
f9c6e8277b
2
book.php
2
book.php
|
@ -118,7 +118,7 @@ class Book extends Base {
|
||||||
return $this->authors;
|
return $this->authors;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getFilterString () {
|
public static function getFilterString () {
|
||||||
$filter = getURLParam ("tag", NULL);
|
$filter = getURLParam ("tag", NULL);
|
||||||
if (empty ($filter)) return "";
|
if (empty ($filter)) return "";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue