mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
Spell:
* added forgotten brick-file names from last commit * implemented Tab: 'Stack Rules' * implemented Tab: 'Linked with'
This commit is contained in:
@@ -163,12 +163,10 @@ abstract class BaseType
|
||||
$this->setupQuery = str_replace('[cond]', empty($sql) ? '1' : '('.implode($linking, $sql).')', $this->setupQuery);
|
||||
$this->setupQuery .= $limit;
|
||||
|
||||
$rows = DB::Aowow()->SelectPage($cnt, $this->setupQuery);
|
||||
$rows = DB::Aowow()->SelectPage($this->matches, $this->setupQuery);
|
||||
if (!$rows)
|
||||
return;
|
||||
|
||||
$this->matches = $cnt;
|
||||
|
||||
foreach ($rows as $k => $tpl)
|
||||
$this->templates[$k] = $tpl;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user