1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

PHP Error fix.

This commit is contained in:
Cameron
2016-03-14 19:28:13 -07:00
parent 43db0d2ae4
commit e6f24c4e3c
2 changed files with 5 additions and 1 deletions

View File

@@ -1098,7 +1098,7 @@ $SYSTEM_DIRECTORY = "e107_system/";</pre>
echo "<div class='alert alert-block alert-error alert-danger' style='font: 11px verdana, tahoma, arial, helvetica, sans-serif;'><h4>CRITICAL ERROR: </h4>";
echo (!empty($line)) ? "Line $line " : "";
echo (!empty($file)) ? $file : "";
echo "<div>Error reported as: ".$message."</div>";
echo "<div>".$message."</div>";
echo "</div>";
if(!defined('FOOTERF'))