Completed
Push — master ( e7bc73...ac15d0 )
by Henry Stivens
02:54
created
default/app/controllers/pages_controller.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -33,7 +33,7 @@
 block discarded – undo
33 33
         $this->limit_params = false;
34 34
         // Si es AJAX enviar solo el view
35 35
         if (Input::isAjax()) {
36
-          View::template(null);
36
+            View::template(null);
37 37
         }
38 38
     }
39 39
 
Please login to merge, or discard this patch.