@@ -17,7 +17,7 @@ |
||
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; |
@@ -19,7 +19,7 @@ |
||
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() |