re sorry ^^
This commit is contained in:
parent
be9aa9584f
commit
882edfb9e7
|
@ -50,7 +50,7 @@ class m_action {
|
||||||
* function returning the first not locked line of the action table
|
* function returning the first not locked line of the action table
|
||||||
*/
|
*/
|
||||||
function move($src,$dest) {
|
function move($src,$dest) {
|
||||||
return $this->set('move', array('src'=>$src, 'dst'=>$dst,'user'=$user));
|
return $this->set('move', array('src'=>$src, 'dst'=>$dst,'user'=>$user));
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* function archiving a directory ( upon account deletion )
|
* function archiving a directory ( upon account deletion )
|
||||||
|
|
Loading…
Reference in New Issue