mirror of
https://github.com/e107inc/e107.git
synced 2025-01-17 12:48:24 +01:00
Fixes #1292 - Member list not displaying after upgrade from v1.x
This commit is contained in:
parent
d98d46f337
commit
f2cf5ea145
2
user.php
2
user.php
@ -105,7 +105,7 @@ e107::scStyle($sc_style);
|
|||||||
if(empty($USER_TEMPLATE)) // BC Fix for loading old templates.
|
if(empty($USER_TEMPLATE)) // BC Fix for loading old templates.
|
||||||
{
|
{
|
||||||
e107::getMessage()->addDebug( "Using v1.x user template");
|
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
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user