1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-16 20:28:28 +01:00

Fixes #1292 - Member list not displaying after upgrade from v1.x

This commit is contained in:
Cameron 2016-01-21 16:22:07 -08:00
parent d98d46f337
commit f2cf5ea145

View File

@ -105,7 +105,7 @@ e107::scStyle($sc_style);
if(empty($USER_TEMPLATE)) // BC Fix for loading old templates.
{
e107::getMessage()->addDebug( "Using v1.x user template");
include_once(e107::coreTemplatePath('user')); //correct way to load a core template.
include(e107::coreTemplatePath('user')); //correct way to load a core template. (don't use 'include_once' in case it has already been loaded).
}
else
{