diff --git a/e107_admin/wmessage.php b/e107_admin/wmessage.php index 7e77e5aae..ace169b9c 100644 --- a/e107_admin/wmessage.php +++ b/e107_admin/wmessage.php @@ -67,7 +67,7 @@ class generic_ui extends e_admin_ui protected $perPage = 10; protected $batchDelete = true; protected $batchCopy = true; - + protected $batchExport = true; // protected $sortField = 'somefield_order'; // protected $orderStep = 10; // protected $tabs = array('Tabl 1','Tab 2'); // Use 'tab'=>0 OR 'tab'=>1 in the $fields below to enable.