Commit 7c1f0c28354db45949b2859c56256760a003c0d2

Authored by Charl Joseph Mert
1 parent 57f5f60e

Non-Queue bulk downloads fails on all 64bit environments

Jira:KTS-4513

Removed dmsDefaults from ktpclzip.inc.php

Committed by: Charl Joseph Mert
Reviewed by: Megan Watson
Showing 1 changed file with 0 additions and 1 deletions
lib/util/ktpclzip.inc.php
... ... @@ -37,7 +37,6 @@
37 37 * Contributor( s): ______________________________________
38 38 */
39 39  
40   -require_once ('config/dmsDefaults.php');
41 40 require_once (KT_DIR . '/thirdparty/peclzip/pclzip.lib.php');
42 41  
43 42 /**
... ...