浏览代码

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() {