mirror of
https://github.com/e107inc/e107.git
synced 2025-08-23 06:33:22 +02:00
Issue #2146 - Fix for theme-manager after model refactoring.
This commit is contained in:
@@ -721,7 +721,7 @@ class theme_admin_tree_model extends e_tree_model
|
||||
* Load data from theme meta file.
|
||||
* @param bool $force
|
||||
*/
|
||||
function load($force=false)
|
||||
function loadBatch($force=false)
|
||||
{
|
||||
$themeList = e107::getTheme()->getList();
|
||||
$newArray = array();
|
||||
@@ -786,7 +786,7 @@ class theme_admin_online_tree_model extends e_tree_model
|
||||
* Load data from theme meta file.
|
||||
* @param bool $force
|
||||
*/
|
||||
function load($force=false)
|
||||
function loadBatch($force=false)
|
||||
{
|
||||
$themeList = e107::getTheme()->getList();
|
||||
|
||||
|
Reference in New Issue
Block a user