1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

Issue - wrapper issue fixed thanks to Miro's detective work.

This commit is contained in:
Cameron 2013-05-08 04:33:58 -07:00
parent 479a29f09d
commit 1dd38527b1

@ -58,7 +58,7 @@ $userMethods = e107::getUserSession();
require_once (e_HANDLER.'ren_help.php');
include_once (e107::coreTemplatePath('usersettings')); //correct way to load a core template.
// include_once (e_CORE.'shortcodes/batch/usersettings_shortcodes.php');
e107::scStyle($sc_style);
$usersettings_shortcodes = e107::getScBatch('usersettings');