diff options
author | Morris Jobke <hey@morrisjobke.de> | 2015-12-18 15:51:03 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-12-18 15:51:03 +0100 |
commit | 2f98f642415a041fa0c9820cda022f18c781a9e6 (patch) | |
tree | c2dd246298e4b272a3e4707a1440839aaba41dcc /lib/public | |
parent | a743047e8228fb4973d99e0101dec5e6c39f81b9 (diff) | |
download | nextcloud-server-2f98f642415a041fa0c9820cda022f18c781a9e6.tar.gz nextcloud-server-2f98f642415a041fa0c9820cda022f18c781a9e6.zip |
core will handle invalid URLs and redirects properly
Diffstat (limited to 'lib/public')
-rw-r--r-- | lib/public/app.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/public/app.php b/lib/public/app.php index cc414842628..c75a69f0c3d 100644 --- a/lib/public/app.php +++ b/lib/public/app.php @@ -136,9 +136,9 @@ class App { * @param string $app * @return void * @since 4.0.0 + * @deprecated 9.0.0 ownCloud core will handle disabled apps and redirects to valid URLs */ public static function checkAppEnabled( $app ) { - \OC_Util::checkAppEnabled( $app ); } /** |