Quellcode durchsuchen

Remove deprecated function checkAppEnabled

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v17.0.0beta1
Roeland Jago Douma vor 5 Jahren
Ursprung
Commit
60894f4d3e
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 0 neuen und 10 gelöschten Zeilen
  1. 0
    10
      lib/public/App.php

+ 0
- 10
lib/public/App.php Datei anzeigen

@@ -94,16 +94,6 @@ class App {
return \OC::$server->getAppManager()->isEnabledForUser( $app );
}

/**
* Check if the app is enabled, redirects to home if not
* @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 ) {
}

/**
* Get the last version of the app from appinfo/info.xml
* @param string $app

Laden…
Abbrechen
Speichern