Browse Source

Merge branch 'master' of ssh://biuro.biall-net.pl:2222/p5/project-bravecare

* 'master' of ssh://biuro.biall-net.pl:2222/p5/project-bravecare:
  fixed RouteTool class name
a.binder 6 năm trước cách đây
mục cha
commit
32b7c6b750
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tools/BraveCare.php

+ 1 - 1
tools/BraveCare.php

@@ -6,7 +6,7 @@ Lib::loadClass('Response');
 Lib::loadClass('Theme');
 
 // index.php?_route=UrlAction_BraveCare  - uruchamia defaultAction
-class BraveCare extends RouteToolBase {
+class RouteTool_BraveCare extends RouteToolBase {
 
 	public function defaultAction() {
 		UI::gora();