From fb727a008660d232a4c074572504bcfe31e0ed7b Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Mon, 16 Dec 2019 17:58:48 +0100 Subject: [PATCH] Closes #4046 - Add batch copy function to banner plugin --- e107_plugins/banner/admin_banner.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/banner/admin_banner.php b/e107_plugins/banner/admin_banner.php index 58fae810e..326f83340 100644 --- a/e107_plugins/banner/admin_banner.php +++ b/e107_plugins/banner/admin_banner.php @@ -97,7 +97,7 @@ class banner_ui extends e_admin_ui protected $pid = 'banner_id'; protected $perPage = 10; protected $batchDelete = true; - // protected $batchCopy = true; + protected $batchCopy = true; // protected $sortField = 'somefield_order'; // protected $orderStep = 10; protected $tabs = array(LAN_BASIC, LAN_ADVANCED); // Use 'tab'=>0 OR 'tab'=>1 in the $fields below to enable.