Skip to content

Commit

Permalink
Exit after using the shortcut to copy files on the same backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Nov 5, 2015
1 parent c899af7 commit 1090f9f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions gollem/docs/CHANGES
Expand Up @@ -2,6 +2,7 @@
v3.0.7-git
----------

[jan] Fix fatal error when cutting and pasting files on the same backend.


------
Expand Down
1 change: 1 addition & 0 deletions gollem/lib/Gollem.php
Expand Up @@ -524,6 +524,7 @@ static protected function _copyFile($mode, $backend_f, $dir, $name,
} catch (Horde_Vfs_Exception $e) {
throw new Gollem_Exception($e);
}
return;
}

/* Else, get the two VFS objects and copy/move the files. */
Expand Down
4 changes: 2 additions & 2 deletions gollem/package.xml
Expand Up @@ -33,7 +33,7 @@
</stability>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [jan] Fix fatal error when cutting and pasting files on the same backend.
</notes>
<contents>
<dir baseinstalldir="/" name="/">
Expand Down Expand Up @@ -870,7 +870,7 @@
<date>2015-10-20</date>
<license uri="http://www.horde.org/licenses/gpl">GPL-2.0</license>
<notes>
*
* [jan] Fix fatal error when cutting and pasting files on the same backend.
</notes>
</release>
</changelog>
Expand Down

0 comments on commit 1090f9f

Please sign in to comment.