From 3f1c8318001013e1cb2455983e51ff117c428dd7 Mon Sep 17 00:00:00 2001 From: Andras Kende Date: Wed, 15 Aug 2012 14:24:15 -0700 Subject: [PATCH] update to use fetch --- app/View/Layouts/Emails/html/default.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Layouts/Emails/html/default.ctp b/app/View/Layouts/Emails/html/default.ctp index 4d360d908f9..e574a9ba1b9 100644 --- a/app/View/Layouts/Emails/html/default.ctp +++ b/app/View/Layouts/Emails/html/default.ctp @@ -22,7 +22,7 @@ <?php echo $title_for_layout;?> - + fetch('content');?>

This email was sent using the CakePHP Framework