From be9aa9584fbc570439a53ec728e1d6bc0fa76546 Mon Sep 17 00:00:00 2001 From: Steven Mondji-Lerider Date: Fri, 19 Apr 2013 12:44:07 +0000 Subject: [PATCH] sorry --- bureau/class/m_action.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bureau/class/m_action.php b/bureau/class/m_action.php index ee568586..6310e08a 100644 --- a/bureau/class/m_action.php +++ b/bureau/class/m_action.php @@ -38,13 +38,13 @@ class m_action { * function to set the cration of a file */ function create_dir($dir,$user="root") { - return $this->set('create_dir', array('dir'=>$dir,'user'=$user)); + return $this->set('create_dir', array('dir'=>$dir,'user'=>$user)); } /* * function to delete file / folder */ function del($dir) { - return $this->set('delete', array('dir'=>$dir,'user'=$user)); + return $this->set('delete', array('dir'=>$dir,'user'=>$user)); } /* * function returning the first not locked line of the action table @@ -56,7 +56,7 @@ class m_action { * function archiving a directory ( upon account deletion ) */ function archive($dir) { - return $this->set('archive', array('dir'=>$dir,'user'=$user)); + return $this->set('archive', array('dir'=>$dir,'user'=>$user)); } /* *function inserting the action in the sql table