fixing a few "todos"
This commit is contained in:
@@ -256,9 +256,8 @@ else
|
||||
}
|
||||
|
||||
//clean unwanted error log
|
||||
//TODO unify file name with PhpObject Class
|
||||
$sDebug = ob_get_clean();
|
||||
if(Settings::DEBUG && $sDebug!='') file_put_contents('log.html', print_r($sDebug, true)."\n\n", FILE_APPEND);
|
||||
if(Settings::DEBUG && $sDebug!='') $oDatabap->addUncaughtError($sDebug);
|
||||
|
||||
echo $sResult;
|
||||
//echo json_encode($sDebug);
|
||||
|
||||
Reference in New Issue
Block a user