Ver código fonte

Włączenie BiAuditAll w cron

Mariusz Muszyński 8 anos atrás
pai
commit
bd43e9f545
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      SE/bash_sync_perms.php

+ 1 - 1
SE/bash_sync_perms.php

@@ -459,7 +459,7 @@ class SyncPerms {
 		echo "DBG: UrlAction_WmsGenerate->doGenerate() END\n";
 		echo "DBG: UrlAction_WmsGenerate->doGenerate() END\n";
 
 
 		echo "DBG: UrlAction_BiAuditGenerate->doGenerate() START...\n";
 		echo "DBG: UrlAction_BiAuditGenerate->doGenerate() START...\n";
-		//Router::getRoute('UrlAction_BiAuditGenerate')->doGenerate();
+		Router::getRoute('UrlAction_BiAuditGenerate')->doGenerate();
 		echo "DBG: UrlAction_BiAuditGenerate->doGenerate() END\n";
 		echo "DBG: UrlAction_BiAuditGenerate->doGenerate() END\n";
 	}
 	}