From 874728d22e75f64533d25ebdf063843c94d4547f Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 29 May 2017 14:12:58 +0200 Subject: [PATCH] Update poll_class.php Missing LAN call as being moved from English php (poll) to admin/lan_admin php --- e107_plugins/poll/poll_class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/e107_plugins/poll/poll_class.php b/e107_plugins/poll/poll_class.php index 3fc07d2d2..f6aaa531a 100644 --- a/e107_plugins/poll/poll_class.php +++ b/e107_plugins/poll/poll_class.php @@ -11,6 +11,7 @@ if (!defined('e107_INIT')) { exit; } e107::includeLan(e_PLUGIN.'poll/languages/'.e_LANGUAGE.'.php'); +e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE.'/admin/lan_admin.php'); define('POLLCLASS', TRUE); define('POLL_MODE_COOKIE', 0); define('POLL_MODE_IP', 1);