|
|
@@ -16,7 +16,7 @@
|
|
|
* @license http://www.opensource.org/licenses/mit-license.php MIT License
|
|
|
*/
|
|
|
?>
|
|
|
-<h2><?php echo $name; ?></h2>
|
|
|
+<h2><?php echo $message; ?></h2>
|
|
|
<p class="error">
|
|
|
<strong><?php echo __d('cake', 'Error'); ?>: </strong>
|
|
|
<?php echo __d('cake', 'An Internal Error Has Occurred.'); ?>
|