mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 20:30:39 +02:00
Lastseen template path fix.
This commit is contained in:
@@ -29,7 +29,7 @@ else
|
|||||||
|
|
||||||
if(deftrue('BOOTSTRAP'))
|
if(deftrue('BOOTSTRAP'))
|
||||||
{
|
{
|
||||||
$LASTSEEN_TEMPLATE = e107::getTemplate('online','lastseen'); // $ONLINE_MENU_TEMPLATE['lastseen'];
|
$LASTSEEN_TEMPLATE = e107::getTemplate('online','online_menu', 'lastseen'); // $ONLINE_MENU_TEMPLATE['lastseen'];
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user