From 4dca7f509b0847a3b7d0da4029cba4f77ec50da9 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 14 Apr 2011 16:07:06 +0200 Subject: Schreibfehler korrigiert --- library/Pbs/Debug.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'library') diff --git a/library/Pbs/Debug.php b/library/Pbs/Debug.php index 23983a5..c4cb4ce 100644 --- a/library/Pbs/Debug.php +++ b/library/Pbs/Debug.php @@ -6,7 +6,7 @@ class Pbs_Debug{ @mkdir($path ,0777, true); $fp = fopen($path.'lastsession.txt', "a"); if(is_array($str)) - $str = implide("\n",$str); + $str = implode("\n",$str); fputs ($fp,date("Y-m-d H:i:s",time())."\t".$str."\n"); fclose ($fp); } -- cgit v1.2.3-55-g7522