summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-01-06 23:53:05 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-01-06 23:53:05 +0100
commit7042b5bf1f7e950a9518cf1368ea665948256c7a (patch)
treed22dd8488d666c4519122d65785636a22baf8ec1 /apps
parentcdd28fcc46f813f8c53df6c2ab6e398c21a1db5b (diff)
downloadnextcloud-server-7042b5bf1f7e950a9518cf1368ea665948256c7a.tar.gz
nextcloud-server-7042b5bf1f7e950a9518cf1368ea665948256c7a.zip
remove silly assignment
Diffstat (limited to 'apps')
-rw-r--r--apps/files_versions/history.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/files_versions/history.php b/apps/files_versions/history.php
index d4c278ebd85..e6293d5f541 100644
--- a/apps/files_versions/history.php
+++ b/apps/files_versions/history.php
@@ -28,7 +28,6 @@ $tmpl = new OCP\Template( 'files_versions', 'history', 'user' );
if ( isset( $_GET['path'] ) ) {
$path = $_GET['path'];
- $path = $path;
$tmpl->assign( 'path', $path );
$versions = new OCA_Versions\Storage();