1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 19:00:26 +02:00

Allow for copying forum categories in admin area

This commit is contained in:
Tijn Kuyper
2018-06-13 14:48:36 +02:00
committed by GitHub
parent 2b24346a8a
commit a56ffe0e58

View File

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