mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
remove silly assignment
This commit is contained in:
parent
cdd28fcc46
commit
7042b5bf1f
1 changed files with 0 additions and 1 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue