From 424e95eb4d9658035c78f35833b9dadaaf333611 Mon Sep 17 00:00:00 2001 From: Ronak Patel Date: Mon, 30 May 2022 17:05:14 +0530 Subject: [PATCH] order changed --- lib/Util.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Util.php b/lib/Util.php index 2f8dc14..b04c4ea 100755 --- a/lib/Util.php +++ b/lib/Util.php @@ -136,7 +136,7 @@ class Util if ($this->appManager->isEnabledForUser("onlyoffice")) { $office_entries = $this->getOnlyOfficeEntries(); - $entries = array_merge($office_entries, $entries); + $entries = array_merge($entries, $office_entries); } return array( 'apps' => $entries ); -- GitLab