File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed
Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -682,19 +682,6 @@ public static function updateApp(string $appId): bool {
682682
683683 self ::setupBackgroundJobs ($ appData ['background-jobs ' ]);
684684
685- //set remote/public handlers
686- if (array_key_exists ('ocsid ' , $ appData )) {
687- \OC ::$ server ->getConfig ()->setAppValue ($ appId , 'ocsid ' , $ appData ['ocsid ' ]);
688- } elseif (\OC ::$ server ->getConfig ()->getAppValue ($ appId , 'ocsid ' ) !== '' ) {
689- \OC ::$ server ->getConfig ()->deleteAppValue ($ appId , 'ocsid ' );
690- }
691- foreach ($ appData ['remote ' ] as $ name => $ path ) {
692- \OC ::$ server ->getConfig ()->setAppValue ('core ' , 'remote_ ' . $ name , $ appId . '/ ' . $ path );
693- }
694- foreach ($ appData ['public ' ] as $ name => $ path ) {
695- \OC ::$ server ->getConfig ()->setAppValue ('core ' , 'public_ ' . $ name , $ appId . '/ ' . $ path );
696- }
697-
698685 self ::setAppTypes ($ appId );
699686
700687 $ version = Server::get (\OCP \App \IAppManager::class)->getAppVersion ($ appId );
You can’t perform that action at this time.
0 commit comments