missed one

This commit is contained in:
Habeas Codice 2015-04-07 05:45:24 -07:00
parent 1162af4c0d
commit dbb3cda9a6

View File

@ -280,7 +280,7 @@ class RedBrowser extends DAV\Browser\Plugin {
require_once($theme_info_file);
if (function_exists(str_replace('-', '_', current_theme()) . '_init')) {
$func = str_replace('-', '_', current_theme()) . '_init';
$func(get_app());
$func($a);
}
}
construct_page($a);