diff options
Diffstat (limited to 'apps/unhosted/compat.php')
-rw-r--r-- | apps/unhosted/compat.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/unhosted/compat.php b/apps/unhosted/compat.php index 00d6a7c2eeb..a514018f71a 100644 --- a/apps/unhosted/compat.php +++ b/apps/unhosted/compat.php @@ -30,6 +30,7 @@ $RUNTIME_NOSETUPFS = true; require_once('../../lib/base.php'); +OC_Util::checkAppEnabled('unhosted'); require_once('Sabre/autoload.php'); require_once('lib_unhosted.php'); require_once('oauth_ro_auth.php'); |