Parcourir la source

debug is_callable

andre il y a 1 an
Parent
commit
131ff20998
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      core/App/Controllers/Router.php

+ 1 - 1
core/App/Controllers/Router.php

@@ -104,7 +104,7 @@ class Router
                 $this->controllerMethod
                 $this->controllerMethod
             );
             );
 
 
-            return false;
+            return true;
         }
         }
 
 
         return true;
         return true;