Skip to content

Commit

Permalink
Edited views/layouts/admin.ctp via GitHub
Browse files Browse the repository at this point in the history
  • Loading branch information
John committed Jul 28, 2011
1 parent e1eec80 commit 79f66fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion views/layouts/admin.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@
<div class="grid_16">
<div id="content">
<?php
$layout->sessionFlash();
/**
* CakePHP 1.3+ no have echo by default
* @see http://book.cakephp.org/view/1561/Migrating-from-CakePHP-1-2-to-1-3#Controller-Components-1564
*/
echo $layout->sessionFlash();
echo $content_for_layout;
?>
</div>
Expand Down

0 comments on commit 79f66fa

Please sign in to comment.