diff options
Diffstat (limited to 'community/nextcloud/nextcloud-1202-fix-6028.patch')
-rw-r--r-- | community/nextcloud/nextcloud-1202-fix-6028.patch | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/community/nextcloud/nextcloud-1202-fix-6028.patch b/community/nextcloud/nextcloud-1202-fix-6028.patch deleted file mode 100644 index bc7f64f796..0000000000 --- a/community/nextcloud/nextcloud-1202-fix-6028.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- a/lib/private/Template/CSSResourceLocator.php -+++ b/lib/private/Template/CSSResourceLocator.php -@@ -117,7 +117,7 @@ - parent::append($root, $file, $webRoot, $throw); - } else { - if (!$webRoot) { -- $tmpRoot = realpath($root); -+ $tmpRoot = $root; - /* - * traverse the potential web roots upwards in the path - * ---- a/lib/private/Template/ResourceLocator.php -+++ b/lib/private/Template/ResourceLocator.php -@@ -125,7 +125,7 @@ - } - - if (!$webRoot) { -- $tmpRoot = realpath($root); -+ $tmpRoot = $root; - /* - * traverse the potential web roots upwards in the path - * |