This commit is contained in:
Roly Rudy Gutierrez Pinto
2017-05-05 10:19:48 -04:00
parent 6a0e1afc65
commit e6326dc1d9

View File

@@ -199,5 +199,5 @@ try {
$suggest_message = "This web entry should be regenerated, please contact to your system administrator.";
$aMessage["MESSAGE"] = "<font color=\"red\"><pre>" . $e->getMessage() . "</pre>" . $suggest_message . "</font>";
$_SESSION["__webEntryError__"] = $aMessage;
header("location:{weTitle}Info.php");
G::header("location:{weTitle}Info.php");
}