From be1ba919d3231b4821339e1f85fc1ba9e3f995b4 Mon Sep 17 00:00:00 2001 From: "Arun S. Sekher" Date: Fri, 16 Jun 2017 01:04:18 +0400 Subject: [PATCH] [LAN] - Fix 'Active from', 'to' language terms for 'All previous polls' list in oldpolls.php. --- e107_plugins/poll/oldpolls.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/poll/oldpolls.php b/e107_plugins/poll/oldpolls.php index 3a9aebd6e..99c6e2de0 100644 --- a/e107_plugins/poll/oldpolls.php +++ b/e107_plugins/poll/oldpolls.php @@ -143,7 +143,7 @@ if(e_QUERY) $text .= " {$poll_title} ".$userlink." - ".$from." ".LAN_TO." ".$to." + ".$tp->lanVars(POLLAN_50, array('x'=>$from, 'y'=> $to))." \n"; }