aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib
diff options
context:
space:
mode:
authorRobin McCorkell <rmccorkell@karoshi.org.uk>2014-08-27 10:28:31 +0100
committerRobin McCorkell <rmccorkell@karoshi.org.uk>2014-09-11 15:45:42 +0100
commit99d41bec5d04fbdf5d457584cd4d22fef65ece25 (patch)
tree079ee19291f919a90ad7b1ca2595555050d25b7a /apps/files/lib
parent712addac683110c44527cbb9dfe9133821712241 (diff)
downloadnextcloud-server-99d41bec5d04fbdf5d457584cd4d22fef65ece25.tar.gz
nextcloud-server-99d41bec5d04fbdf5d457584cd4d22fef65ece25.zip
Show original path information in trashbin and sharing views
Path will only be shown if in subdirectory, not in root.
Diffstat (limited to 'apps/files/lib')
-rw-r--r--apps/files/lib/helper.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/files/lib/helper.php b/apps/files/lib/helper.php
index 50b4e8338a8..a0c0aa4952e 100644
--- a/apps/files/lib/helper.php
+++ b/apps/files/lib/helper.php
@@ -138,6 +138,9 @@ class Helper
}
$entry['mountType'] = $mountType;
}
+ if (isset($i['extraData'])) {
+ $entry['extraData'] = $i['extraData'];
+ }
return $entry;
}