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
This commit is contained in:
phpnut 2007-05-13 23:42:16 +00:00
parent e2fadb5680
commit a27b0f2fa6

View file

@ -29,6 +29,7 @@
/**
* Only used when -debug option
*/
return null;
$singularReturn = __('Singular string return __()', true);
$singularEcho = __('Singular string echo __()');