From 3ec93bf546c4cfff82f1fb34eeae1f18319c59c1 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 22 Sep 2013 14:31:07 +0200 Subject: Add debugging support for email Signed-off-by: Florian Pritz --- application/views/footer.php | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/application/views/footer.php b/application/views/footer.php index 0383e195e..a61e690cc 100644 --- a/application/views/footer.php +++ b/application/views/footer.php @@ -17,6 +17,13 @@ if (is_cli_client() && !isset($force_full_html)) { + +config->item("environment") == "development" && property_exists($CI, "email")) { + echo $CI->email->print_debugger(); +} +?> -- cgit v1.2.3-24-g4f1b