aboutsummaryrefslogtreecommitdiffstats
path: root/files/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'files/index.php')
-rw-r--r--files/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/files/index.php b/files/index.php
index a68ae9c0bb4..7f6a11ff03c 100644
--- a/files/index.php
+++ b/files/index.php
@@ -59,6 +59,7 @@ foreach( explode( "/", $dir ) as $i ){
$tmpl = new OC_TEMPLATE( "files", "index", "user" );
$tmpl->assign( "files", $files );
$tmpl->assign( "breadcrumb", $breadcrumb );
+$tmpl->assign( 'dir', $dir);
$tmpl->printPage();
?>