Browse Source

fixed RouteTool class name

Piotr Labudda 7 năm trước cách đây
mục cha
commit
2775e3715a
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();