Skip to content

Commit

Permalink
Partially revert accidental commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Mar 23, 2015
1 parent 0abc25c commit dc21773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/Core/lib/Horde/ErrorHandler.php
Expand Up @@ -118,7 +118,7 @@ public static function fatal($error)
echo '<h4>' . Horde_Core_Translation::t("The full error message is logged in Horde's log file, and is shown below only to administrators. Non-administrative users will not see error details.") . '</h4>';
ob_flush();
flush();
//echo '<div id="details"><pre>' . htmlspecialchars(print_r($error, true)) . '</pre></div>';
echo '<div id="details"><pre>' . htmlspecialchars(print_r($error, true)) . '</pre></div>';
}
} else {
echo '<h3>' . Horde_Core_Translation::t("Details have been logged for the administrator.") . '</h3>';
Expand Down

0 comments on commit dc21773

Please sign in to comment.