瀏覽代碼

added DBG wms doGenerate in bash_sync_perms

Piotr Labudda 9 年之前
父節點
當前提交
de520e9c6c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      SE/bash_sync_perms.php

+ 2 - 0
SE/bash_sync_perms.php

@@ -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() {