diff options
author | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-06 23:53:05 +0100 |
---|---|---|
committer | Thomas Mueller <thomas.mueller@tmit.eu> | 2013-01-06 23:53:05 +0100 |
commit | 7042b5bf1f7e950a9518cf1368ea665948256c7a (patch) | |
tree | d22dd8488d666c4519122d65785636a22baf8ec1 /apps | |
parent | cdd28fcc46f813f8c53df6c2ab6e398c21a1db5b (diff) | |
download | nextcloud-server-7042b5bf1f7e950a9518cf1368ea665948256c7a.tar.gz nextcloud-server-7042b5bf1f7e950a9518cf1368ea665948256c7a.zip |
remove silly assignment
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_versions/history.php | 1 |
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(); |