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);