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:
@@ -17,9 +17,9 @@ class ItemsetList extends BaseType
|
||||
protected $queryBase = 'SELECT *, id AS ARRAY_KEY FROM ?_itemset `set`';
|
||||
protected $queryOpts = ['set' => ['o' => 'maxlevel DESC']];
|
||||
|
||||
public function __construct($conditions = [], $applyFilter = false)
|
||||
public function __construct($conditions = [])
|
||||
{
|
||||
parent::__construct($conditions, $applyFilter);
|
||||
parent::__construct($conditions);
|
||||
|
||||
// post processing
|
||||
foreach ($this->iterate() as &$_curTpl)
|
||||
|
||||
Reference in New Issue
Block a user