remove silly assignment

This commit is contained in:
Thomas Mueller 2013-01-06 23:53:05 +01:00
parent cdd28fcc46
commit 7042b5bf1f
1 changed files with 0 additions and 1 deletions

View File

@ -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();