mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Items: removed an unnessecary check. (prevented filtering of virtual itemSubClasses)
This commit is contained in:
@@ -87,7 +87,7 @@ class ItemsPage extends GenericPage
|
|||||||
parent::__construct($pageCall, $pageParam);
|
parent::__construct($pageCall, $pageParam);
|
||||||
|
|
||||||
$this->name = Util::ucFirst(Lang::game('items'));
|
$this->name = Util::ucFirst(Lang::game('items'));
|
||||||
$this->subCat = is_numeric($pageParam) ? '='.$pageParam : '';
|
$this->subCat = $pageParam ? '='.$pageParam : '';
|
||||||
}
|
}
|
||||||
|
|
||||||
protected function generateContent()
|
protected function generateContent()
|
||||||
|
|||||||
Reference in New Issue
Block a user