getFilterString should be static. Reported by Goner
This commit is contained in:
parent
6d94c2d4c1
commit
f9c6e8277b
1 changed files with 1 additions and 1 deletions
2
book.php
2
book.php
|
@ -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 "";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue