Kaynağa Gözat

fixed link in example tool

Piotr Labudda 6 yıl önce
ebeveyn
işleme
3e2f985172
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      tools/ExampleTool.php

+ 1 - 1
tools/ExampleTool.php

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