Explorar el Código

fixed link in example tool

Piotr Labudda hace 6 años
padre
commit
3e2f985172
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/ExampleTool.php

+ 1 - 1
tools/ExampleTool.php

@@ -6,7 +6,7 @@ Lib::loadClass('Response');
 Lib::loadClass('Theme');
 
 // class name must have the same name as file
-// index.php?_route=UrlAction_BraveCare  - uruchamia defaultAction
+// index.php?_route=UrlAction_ExampleTool  - uruchamia defaultAction
 class RouteTool_ExampleTool extends RouteToolBase {
 
 	public function defaultAction() {