Merge pull request #22381 from owncloud/remove-not-needed-variable
Remove not needed variable
This commit is contained in:
commit
7b858d7c4a
|
@ -771,7 +771,6 @@ class OC_App {
|
||||||
//we don't want to show configuration for these
|
//we don't want to show configuration for these
|
||||||
$blacklist = \OC::$server->getAppManager()->getAlwaysEnabledApps();
|
$blacklist = \OC::$server->getAppManager()->getAlwaysEnabledApps();
|
||||||
$appList = array();
|
$appList = array();
|
||||||
$l = \OC::$server->getL10N('core');
|
|
||||||
|
|
||||||
foreach ($installedApps as $app) {
|
foreach ($installedApps as $app) {
|
||||||
if (array_search($app, $blacklist) === false) {
|
if (array_search($app, $blacklist) === false) {
|
||||||
|
|
Loading…
Reference in New Issue