From c4a4fec745a0eace22056b777653b5398001a146 Mon Sep 17 00:00:00 2001 From: gwoo Date: Sun, 21 Oct 2007 17:54:15 +0000 Subject: [PATCH] updating basics, closes #3397 and adds a change of cake-debug css for 2964 git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@5833 3807eeeb-6ff5-0310-8944-8be069107fe0 --- cake/basics.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();