diff options
Diffstat (limited to 'apps/media/tomahawk.php')
-rw-r--r-- | apps/media/tomahawk.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/media/tomahawk.php b/apps/media/tomahawk.php index 6dd41233f12..1ff2599e103 100644 --- a/apps/media/tomahawk.php +++ b/apps/media/tomahawk.php @@ -23,7 +23,7 @@ $_POST=$_GET; //debug -require_once('../../lib/base.php'); + OC_JSON::checkAppEnabled('media'); require_once('lib_collection.php'); |