Jelajahi Sumber

fixed RouteTool class name

Piotr Labudda 6 tahun lalu
induk
melakukan
2775e3715a
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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();