Skip to content
Snippets Groups Projects
Commit 7042b5bf authored by Thomas Müller's avatar Thomas Müller
Browse files

remove silly assignment

parent cdd28fcc
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment