mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 09:04:38 +02:00
Removed references to deprecated preset handler.
This commit is contained in:
@@ -1052,7 +1052,7 @@ $columnInfo = array(
|
||||
|
||||
// print_a($this);
|
||||
|
||||
global $e107, $cal, $rs, $ns, $file_array, $image_array, $thumb_array, $pst;
|
||||
global $e107, $cal, $rs, $ns, $file_array, $image_array, $thumb_array;
|
||||
require_once(e_PLUGIN.'download/download_shortcodes.php');
|
||||
require_once(e_PLUGIN.'download/handlers/download_class.php');
|
||||
require_once(e_HANDLER."form_handler.php");
|
||||
|
Reference in New Issue
Block a user