uninitialised theme parent in mod/cloud

This commit is contained in:
friendica 2015-01-12 19:29:43 -08:00
parent 1b3e52af2d
commit 2fc0d64139

View File

@ -273,7 +273,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($a);
$func(get_app());
}
}
construct_page(get_app());