From 4a8bd1af66d302c7da81345c7db8e00279742c3e Mon Sep 17 00:00:00 2001 From: Fabio Lovato Date: Mon, 12 Feb 2018 10:50:37 +0100 Subject: [PATCH] Rimosse azioni bulk doppie --- include/manager.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/include/manager.php b/include/manager.php index 158640e3d..0de3fbddf 100644 --- a/include/manager.php +++ b/include/manager.php @@ -116,14 +116,6 @@ if (!empty($module_options) && $module_options != 'menu' && $module_options != ' '; - $bulk = null; - if (file_exists($docroot.$directory.'/custom/bulk.php')) { - $bulk = include $docroot.$directory.'/custom/bulk.php'; - } elseif (file_exists($docroot.$directory.'/bulk.php')) { - $bulk = include $docroot.$directory.'/bulk.php'; - } - $bulk = (array) $bulk; - echo '