getFilterString should be static. Reported by Goner

这个提交存在于:
Sébastien Lucas 2013-03-26 20:58:29 +01:00
父节点 6d94c2d4c1
当前提交 f9c6e8277b

查看文件

@ -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 "";