Browse Source

update to use fetch

Andras Kende 13 years ago
parent
commit
8511a6a178
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/View/Layouts/Emails/text/default.ctp

+ 1 - 1
app/View/Layouts/Emails/text/default.ctp

@@ -16,6 +16,6 @@
  * @license       MIT License (http://www.opensource.org/licenses/mit-license.php)
  */
 ?>
-<?php echo $content_for_layout;?>
+<?php echo $this->fetch('content');?>
 
 This email was sent using the CakePHP Framework, http://cakephp.org.