diff options
author | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2011-04-16 22:56:40 +0200 |
---|---|---|
committer | Arthur Schiwon <blizzz@arthur-schiwon.de> | 2011-04-16 22:56:40 +0200 |
commit | a7da3cd6a0f847820efd71a7aa2f58fb4fcf05a0 (patch) | |
tree | e55948bb0d1e580ae2632c7ba50b02c710ea5b76 /files/index.php | |
parent | 6d64a90c240bb88f750f8744449bd8e6e400dfe8 (diff) | |
download | nextcloud-server-a7da3cd6a0f847820efd71a7aa2f58fb4fcf05a0.tar.gz nextcloud-server-a7da3cd6a0f847820efd71a7aa2f58fb4fcf05a0.zip |
basic file upload reimplemented
Diffstat (limited to 'files/index.php')
-rw-r--r-- | files/index.php | 1 |
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(); ?> |