diff --git a/cake/basics.php b/cake/basics.php index 9fb77c5e3..9a67bf87b 100644 --- a/cake/basics.php +++ b/cake/basics.php @@ -728,7 +728,7 @@ * * @param string $name Filename without the .php part. */ - function vendor($name) { + function vendor() { $args = func_get_args(); $c = func_num_args(); @@ -771,7 +771,7 @@ $calledFrom = debug_backtrace(); print "".substr(r(ROOT, "", $calledFrom[0]['file']), 1)." (line ".$calledFrom[0]['line'].")"; } - print "\n
\n"; + print "\n\n"; ob_start(); print_r($var); $var = ob_get_clean();