Commit 6c73b7ecb79d9b1480562bc8f0b7676088110820

Authored by Megan
1 parent c828fd54

Added include for the mime class.

Committed by: Megan Watson
Reviewed by: Tohir Solomons
Showing 1 changed file with 1 additions and 1 deletions
ktapi/KTAPIFolder.inc.php
... ... @@ -42,7 +42,7 @@
42 42  
43 43  
44 44 require_once(KT_DIR . '/ktwebservice/KTUploadManager.inc.php');
45   -
  45 +require_once(KT_LIB_DIR . '/mime.inc.php');
46 46  
47 47 /**
48 48 * This class handles folder related operations
... ...