mirror of
https://github.com/nextcloud/server.git
synced 2026-04-25 08:08:33 -04:00
Remove not needed variable
This commit is contained in:
parent
ac367b97f0
commit
6cd3fa2ed7
1 changed files with 0 additions and 1 deletions
|
|
@ -771,7 +771,6 @@ class OC_App {
|
|||
//we don't want to show configuration for these
|
||||
$blacklist = \OC::$server->getAppManager()->getAlwaysEnabledApps();
|
||||
$appList = array();
|
||||
$l = \OC::$server->getL10N('core');
|
||||
|
||||
foreach ($installedApps as $app) {
|
||||
if (array_search($app, $blacklist) === false) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue