Selaa lähdekoodia

fixed link in example tool

Piotr Labudda 6 vuotta sitten
vanhempi
commit
3e2f985172
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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() {