Completed
Push — master ( 024767...e7bc73 )
by Henry Stivens
02:04
created
default/app/models/user.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -17,7 +17,7 @@
 block discarded – undo
17 17
         $this->begin();
18 18
         if ($this->create($data)) {
19 19
             //Intenta actualizar la foto
20
-            if($this->updatePhoto()){
20
+            if ($this->updatePhoto()) {
21 21
                 //Se confirma la transacción
22 22
                 $this->commit();
23 23
                 return true;
Please login to merge, or discard this patch.
default/app/libs/app_controller.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -19,7 +19,7 @@
 block discarded – undo
19 19
 
20 20
     final protected function initialize()
21 21
     {
22
-        session_start();//Para mostrar los mensajes Flash luego de un redirect
22
+        session_start(); //Para mostrar los mensajes Flash luego de un redirect
23 23
     }
24 24
 
25 25
     final protected function finalize()
Please login to merge, or discard this patch.