Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions lib/public/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -94,16 +94,6 @@ public static function isEnabled( $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
Expand Down