From a56ffe0e58b61c12ce9006690fc85e52f359fcf9 Mon Sep 17 00:00:00 2001 From: Tijn Kuyper Date: Wed, 13 Jun 2018 14:48:36 +0200 Subject: [PATCH] Allow for copying forum categories in admin area --- e107_plugins/forum/forum_admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/forum/forum_admin.php b/e107_plugins/forum/forum_admin.php index c39c1af50..102ed1e5a 100644 --- a/e107_plugins/forum/forum_admin.php +++ b/e107_plugins/forum/forum_admin.php @@ -116,7 +116,7 @@ if(!deftrue('OLD_FORUMADMIN')) protected $pid = 'forum_id'; protected $perPage = 30; protected $batchDelete = true; - // protected $batchCopy = true; + protected $batchCopy = true; protected $sortField = 'forum_order'; protected $sortParent = 'forum_parent'; protected $orderStep = 50;