Преглед изворни кода

fixed link in example tool

Piotr Labudda пре 6 година
родитељ
комит
3e2f985172
1 измењених фајлова са 1 додато и 1 уклоњено
  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() {