mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-15 04:24:41 +01:00
Vfs::rename() is supposted to be static, quitens warning that it is used static
This commit is contained in:
parent
64a0f9fa47
commit
e784475ec0
@ -2503,7 +2503,7 @@ class Vfs
|
||||
* @param string $path_to
|
||||
* @return boolean TRUE on success or FALSE on failure
|
||||
*/
|
||||
function rename ( $path_from, $path_to )
|
||||
static function rename ( $path_from, $path_to )
|
||||
{
|
||||
$vfs = new Vfs\StreamWrapper();
|
||||
return $vfs->rename($path_from, $path_to);
|
||||
|
Loading…
Reference in New Issue
Block a user