missed one
This commit is contained in:
parent
1162af4c0d
commit
dbb3cda9a6
@ -280,7 +280,7 @@ class RedBrowser extends DAV\Browser\Plugin {
|
|||||||
require_once($theme_info_file);
|
require_once($theme_info_file);
|
||||||
if (function_exists(str_replace('-', '_', current_theme()) . '_init')) {
|
if (function_exists(str_replace('-', '_', current_theme()) . '_init')) {
|
||||||
$func = str_replace('-', '_', current_theme()) . '_init';
|
$func = str_replace('-', '_', current_theme()) . '_init';
|
||||||
$func(get_app());
|
$func($a);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
construct_page($a);
|
construct_page($a);
|
||||||
|
Reference in New Issue
Block a user