Use the short array syntax, everywhere
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
This commit is contained in:
+2
-2
@@ -146,8 +146,8 @@ try {
|
||||
|
||||
// Load all required applications
|
||||
\OC::$REQUESTEDAPP = $app;
|
||||
OC_App::loadApps(array('authentication'));
|
||||
OC_App::loadApps(array('filesystem', 'logging'));
|
||||
OC_App::loadApps(['authentication']);
|
||||
OC_App::loadApps(['filesystem', 'logging']);
|
||||
|
||||
switch ($app) {
|
||||
case 'core':
|
||||
|
||||
Reference in New Issue
Block a user