From a27b0f2fa6fd19c4ec0f94041680a2bc14775262 Mon Sep 17 00:00:00 2001 From: phpnut Date: Sun, 13 May 2007 23:42:16 +0000 Subject: [PATCH] Fixing output caused when class was loaded in console git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5083 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/console/libs/extract.php | 1 + 1 file changed, 1 insertion(+) diff --git a/cake/console/libs/extract.php b/cake/console/libs/extract.php index da5e69a94..93f9145e5 100644 --- a/cake/console/libs/extract.php +++ b/cake/console/libs/extract.php @@ -29,6 +29,7 @@ /** * Only used when -debug option */ +return null; $singularReturn = __('Singular string return __()', true); $singularEcho = __('Singular string echo __()');