Bläddra i källkod

fixed RouteTool class name

Piotr Labudda 6 år sedan
förälder
incheckning
2775e3715a
1 ändrade filer med 1 tillägg och 1 borttagningar
  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();