re sorry ^^

This commit is contained in:
Steven Mondji-Lerider 2013-04-19 12:44:43 +00:00
parent be9aa9584f
commit 882edfb9e7
1 changed files with 1 additions and 1 deletions

View File

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