1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-05 06:07:32 +02:00

Issue #2146 - Featurebox frontend fix.

This commit is contained in:
Cameron
2019-06-04 13:06:34 -07:00
parent 5cd9f52548
commit 32c20a7453
2 changed files with 2 additions and 2 deletions

View File

@@ -45,7 +45,7 @@ class plugin_featurebox_tree extends e_tree_model
$qry = 'SELECT SQL_CALC_FOUND_ROWS * FROM #featurebox WHERE fb_category='.intval($category_id).' AND fb_class IN('.USERCLASS_LIST.')'.$where.$order.$limit; $qry = 'SELECT SQL_CALC_FOUND_ROWS * FROM #featurebox WHERE fb_category='.intval($category_id).' AND fb_class IN('.USERCLASS_LIST.')'.$where.$order.$limit;
$this->setParam('db_query', $qry); $this->setParam('db_query', $qry);
parent::load($force); parent::loadBatch($force);
return $this; return $this;
} }