From 3c41e8322728c0ace0b5bff86684169f307dd7ee Mon Sep 17 00:00:00 2001 From: Cameron <e107inc@gmail.com> Date: Fri, 19 Jan 2018 11:50:18 -0800 Subject: [PATCH] Fixes #2712 --- e107_plugins/online/lastseen_menu.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/online/lastseen_menu.php b/e107_plugins/online/lastseen_menu.php index 12de7faf2..4af70e046 100644 --- a/e107_plugins/online/lastseen_menu.php +++ b/e107_plugins/online/lastseen_menu.php @@ -27,7 +27,7 @@ else require_once(e_PLUGIN.'online/online_shortcodes.php'); } -if(deftrue('BOOTSTRAP')) +if(THEME_LEGACY !== true) { $LASTSEEN_TEMPLATE = e107::getTemplate('online','online_menu', 'lastseen'); // $ONLINE_MENU_TEMPLATE['lastseen']; }