diff options
Diffstat (limited to 'lib/private/app.php')
-rw-r--r-- | lib/private/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/app.php b/lib/private/app.php index aa28e360570..60b644e58e2 100644 --- a/lib/private/app.php +++ b/lib/private/app.php @@ -322,7 +322,7 @@ class OC_App { */ public static function disable($app) { if($app === 'files') { - throw new \Exception("App 'files' can't be disabled."); + throw new \Exception("files can't be disabled."); } self::$enabledAppsCache = array(); // flush // check if app is a shipped app or not. if not delete |