misc fixes

This commit is contained in:
Sarjuuk
2015-06-28 19:23:26 +02:00
parent 7ec07c0dca
commit 2f767ba835
3 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ class QuestsPage extends GenericPage
$this->validCats = Util::$questClasses; // needs reviewing (not allowed to set this as default)
$this->filterObj = new QuestListFilter();
$this->getCategoryFromUrl($pageParam);;
$this->getCategoryFromUrl($pageParam);
parent::__construct($pageCall, $pageParam);