From 868449ca6baef847e4f2a958b35678f1e4988fa9 Mon Sep 17 00:00:00 2001 From: Erik Amaru Ortiz Date: Tue, 4 Feb 2014 12:25:46 -0400 Subject: [PATCH] Adding initRBAC() call for REST dispatching env --- workflow/public_html/sysGeneric.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/workflow/public_html/sysGeneric.php b/workflow/public_html/sysGeneric.php index 48f43dedd..6ee522c78 100755 --- a/workflow/public_html/sysGeneric.php +++ b/workflow/public_html/sysGeneric.php @@ -1024,6 +1024,8 @@ try { $restConfig = array(); //NewRelic Snippet - By JHL //transactionLog($restConfig.PATH_DATA_SITE.SYS_TARGET); // ====> ??? this concat is very rare + + $RBAC->initRBAC(); Bootstrap::dispatchApiService(SYS_TARGET, API_VERSION); } else {