12021 Correction

Correction
This commit is contained in:
norahmollo
2014-10-13 11:50:17 -04:00
parent 108992e02a
commit 5ee06c7ec1
2 changed files with 2 additions and 1 deletions

View File

@@ -13,6 +13,7 @@ function auditLogArraySet ($str, $filter)
$date = "";
$workspace = "";
$action = "";
$ip = "";
$user = "";
$description = "";

View File

@@ -6,7 +6,7 @@ switch ($_GET['action']) {
try {
G::LoadClass( 'serverConfiguration' );
$oServerConf = & serverConf::getSingleton();
$response = new $oServerConf;
/*you can use SYS_TEMP or SYS_SYS ON AUDIT_LOG_CONF to save for each workspace*/
$oServerConf->unsetAuditLogProperty( 'AL_TYPE', SYS_SYS );
if (isset( $_POST['acceptAL'] )) {