From 85e25323b3882890908e768f0367232d751ed6bb Mon Sep 17 00:00:00 2001 From: Guillaume Duhamel Date: Tue, 16 Sep 2008 19:00:17 +0000 Subject: [PATCH] typo fix --- strip_manager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/strip_manager.php b/strip_manager.php index 6e05fd0..a21386f 100644 --- a/strip_manager.php +++ b/strip_manager.php @@ -374,7 +374,7 @@ class strip_manager if (!$fh) { // TODO traduction - $this->comments = $this->lang-forum_error; + $this->comments = $this->lang->forum_error; } else { $this->comments = stream_get_contents($fh); fclose($fh); @@ -493,7 +493,7 @@ class strip_manager $fh = fopen( $this->general->forum.'/extern.php?action=new&show=1&fid='.$this->general->punbb_wotd_id, 'r'); if (!$fh) { - $this->general->wotd = $this->lang-forum_error; + $this->general->wotd = $this->lang->forum_error; } else { $this->general->wotd = stream_get_contents($fh); fclose($fh);