Merge remote branch 'upstream/master'

This commit is contained in:
Julio Cesar Laura
2014-07-03 16:37:34 -04:00
9 changed files with 48 additions and 18 deletions

View File

@@ -913,7 +913,7 @@ function saveLog($sSource, $sType, $sDescription)
}
G::verifyPath(PATH_DATA . "log" . PATH_SEP, true);
G::log(date("Y-m-d H:i:s") . " | $sObject | " . $sSource . " | $sType | " . $sDescription . "\n", PATH_DATA);
G::log("| $sObject | " . $sSource . " | $sType | " . $sDescription . "\n", PATH_DATA);
} catch (Exception $e) {
//CONTINUE
}