Deprecate OC_App:isEnabled

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2017-10-24 14:05:46 +02:00
parent 3eaf23f29f
commit 7b7bf73670
No known key found for this signature in database
GPG Key ID: FE03C3A163FEDE68
1 changed files with 1 additions and 0 deletions

View File

@ -348,6 +348,7 @@ class OC_App {
*
* @param string $app app
* @return bool
* @deprecated 13.0.0 use \OC::$server->getAppManager()->isEnabledForUser($appId)
*
* This function checks whether or not an app is enabled.
*/