diff options
Diffstat (limited to 'apps/user_openid/user.php')
-rw-r--r-- | apps/user_openid/user.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/user_openid/user.php b/apps/user_openid/user.php index d90e0b71900..3cbc38491ca 100644 --- a/apps/user_openid/user.php +++ b/apps/user_openid/user.php @@ -37,6 +37,7 @@ if($USERNAME=='' and isset($_SERVER['PHP_AUTH_USER'])){ $RUNTIME_NOAPPS=true; $RUNTIME_NOAPPS=false; require_once '../../lib/base.php'; +OC_Util::checkAppEnabled('user_openid'); if(!OC_User::userExists($USERNAME)){ if(defined("DEBUG") && DEBUG) {error_log($USERNAME.' doesn\'t exist');} |