From 90810c516b691bce41cc9432370de9a088173eb8 Mon Sep 17 00:00:00 2001 From: Reconix <Reconix@users.noreply.github.com> Date: Mon, 13 Feb 2017 02:54:05 +0000 Subject: [PATCH] Online members quick fix... In response to #2415 --- e107_plugins/online/templates/online_menu_template.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/online/templates/online_menu_template.php b/e107_plugins/online/templates/online_menu_template.php index 9420f9678..30e0024b8 100644 --- a/e107_plugins/online/templates/online_menu_template.php +++ b/e107_plugins/online/templates/online_menu_template.php @@ -51,7 +51,7 @@ $ONLINE_MENU_WRAPPER['default']['ONLINE_MEMBERS'] = "<li>".LAN_ $ONLINE_MENU_WRAPPER['default']['ONLINE_MEMBERS_LIST'] = "<ul>{---}</ul>"; $ONLINE_MENU_WRAPPER['default']['ONLINE_MEMBERS_LIST_EXTENDED'] = "<ul class='unstyled list-unstyled'>{---}</ul>"; $ONLINE_MENU_WRAPPER['default']['ONLINE_ONPAGE'] = "<li>".LAN_ONLINE_3."{---}</li>"; -$ONLINE_MENU_WRAPPER['default']['ONLINE_MEMBER_TOTAL'] = "<li>".LAN_ONLINE_2."{---}</li>"; +$ONLINE_MENU_WRAPPER['default']['ONLINE_MEMBERS_TOTAL'] = "<li>".LAN_ONLINE_2."{---}</li>"; $ONLINE_MENU_WRAPPER['default']['ONLINE_MEMBER_NEWEST'] = "<li>".LAN_ONLINE_6."{---}</li>"; $ONLINE_MENU_WRAPPER['default']['ONLINE_MOST'] = LAN_ONLINE_8."{---}<br />"; $ONLINE_MENU_WRAPPER['default']['ONLINE_MOST_MEMBERS'] = LAN_ONLINE_2."{---}";