|
|
@@ -453,7 +453,9 @@ class SyncPerms {
|
|
|
self::sendNofity();
|
|
|
|
|
|
Lib::loadClass('Router');
|
|
|
+ echo "DBG: UrlAction_WmsGenerate->doGenerate() START...\n";
|
|
|
Router::getRoute('UrlAction_WmsGenerate')->doGenerate();
|
|
|
+ echo "DBG: UrlAction_WmsGenerate->doGenerate() END\n";
|
|
|
}
|
|
|
|
|
|
public static function sendNofity() {
|