1
0
mirror of https://github.com/e107inc/e107.git synced 2025-06-25 02:13:15 +02:00

Fix for user profile comment wrapper.

This commit is contained in:
Cameron
2016-05-05 09:52:22 -07:00
parent 5ad7ad766d
commit 139f525c42
2 changed files with 10 additions and 9 deletions

View File

@ -121,7 +121,7 @@ else
$USER_SHORT_TEMPLATE_END = $USER_TEMPLATE['list']['end'];
}
$TEMPLATE = str_replace('{USER_EMBED_USERPROFILE}','{USER_ADDONS}', $TEMPLATE); // BC Fix
$USER_FULL_TEMPLATE = str_replace('{USER_EMBED_USERPROFILE}','{USER_ADDONS}', $USER_FULL_TEMPLATE); // BC Fix
$user_shortcodes = e107::getScBatch('user');
$user_shortcodes->wrapper('user/view');
@ -129,7 +129,6 @@ $user_shortcodes->wrapper('user/view');
/*
if (file_exists(THEME."user_template.php"))
{