From d54f08bc7de4047eae688dc80764c6231e30526b Mon Sep 17 00:00:00 2001 From: Leonardo Arena Date: Fri, 25 Aug 2017 14:54:33 +0000 Subject: community/nextcloud: fix issue #6028 Missing icons in Files app after 12.0.1 upgrade --- community/nextcloud/nextcloud-1202-fix-6028.patch | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 community/nextcloud/nextcloud-1202-fix-6028.patch (limited to 'community/nextcloud/nextcloud-1202-fix-6028.patch') diff --git a/community/nextcloud/nextcloud-1202-fix-6028.patch b/community/nextcloud/nextcloud-1202-fix-6028.patch new file mode 100644 index 0000000000..bc7f64f796 --- /dev/null +++ b/community/nextcloud/nextcloud-1202-fix-6028.patch @@ -0,0 +1,22 @@ +--- 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 + * -- cgit v1.2.3