likeku hace 8 años
padre
commit
25f45f470b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      protected/controller/AdminController.php

+ 1 - 1
protected/controller/AdminController.php

@@ -206,7 +206,7 @@ function adduser(){
 		$nature=is_numeric($this->get_args('nature'))?$this->get_args('nature'):1;
   
 		if(!empty($username)&&!empty($password)&&!empty($cid)&&!empty($hiredate)&&!empty($nature)){
-
+    
 			Doo::loadModel ( 'L_category' );
 			Doo::loadModel ( 'staff' );
 			Doo::loadModel ( 'tag' );