Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6c4f767c authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

fix: patch-014 for nc32 upgrade

parent be902204
Loading
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
--- lib/private/legacy/OC_Helper.php	2025-05-25 16:00:00.880495300 +0530
+++ lib/private/legacy/OC_Helper-new.php	2025-05-25 16:02:00.970495300 +0530
@@ -512,6 +512,13 @@
--- ./lib/private/legacy/OC_Helper.php	2026-03-23 17:46:39.587001442 +0600
+++ ./lib/private/legacy/OC_Helper-new.php	2026-03-24 00:06:16.021120690 +0600
@@ -286,6 +286,13 @@
 		}
 		try {
 			$free = $sourceStorage->free_space($rootInfo->getInternalPath());
@@ -14,7 +14,7 @@
 			if (is_bool($free)) {
 				$free = 0.0;
 			}
@@ -547,7 +554,6 @@
@@ -321,7 +328,6 @@
 		 */
 		$isRemoteShare = $storage->instanceOfStorage(\OCA\Files_Sharing\External\Storage::class);