Explorar o código

fixed RouteTool class name

Piotr Labudda %!s(int64=7) %!d(string=hai) anos
pai
achega
2775e3715a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();