1
0
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:
Cameron
2013-02-25 17:45:19 -08:00
parent 34472849af
commit 43478aabfa
6 changed files with 13 additions and 87 deletions

View File

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