IMPROVEMENT in method log from class G

This commit is contained in:
Julio Cesar Laura
2014-10-03 11:09:45 -04:00
parent 2015aea438
commit c248fa5f0c
5 changed files with 7 additions and 7 deletions

View File

@@ -950,7 +950,7 @@ function saveLog($sSource, $sType, $sDescription)
}
G::verifyPath(PATH_DATA . "log" . PATH_SEP, true);
G::log("| $sObject | " . $sSource . " | $sType | " . $sDescription . "\n", PATH_DATA);
G::log("| $sObject | " . $sSource . " | $sType | " . $sDescription, PATH_DATA);
} catch (Exception $e) {
//CONTINUE
}