mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
- decoupled filter from type-classes, this is required for items.php to be
groupable - force profile.lastupdated to new Date; trial and aerror on raid-progress; remove 'profile=summary' from generated pages (is generated by jscript) - fixed some misc errors
This commit is contained in:
@@ -53,9 +53,9 @@ class SpellList extends BaseType
|
||||
|
||||
protected $queryBase = 'SELECT *, id AS ARRAY_KEY FROM ?_spell s';
|
||||
|
||||
public function __construct($conditions = [], $applyFilter = false)
|
||||
public function __construct($conditions = [])
|
||||
{
|
||||
parent::__construct($conditions, $applyFilter);
|
||||
parent::__construct($conditions);
|
||||
|
||||
if ($this->error)
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user