浏览代码

fixed RouteTool class name

Piotr Labudda 6 年之前
父节点
当前提交
2775e3715a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/ExampleTool.php

+ 1 - 1
tools/ExampleTool.php

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