typo fix
This commit is contained in:
parent
d0a26d3ead
commit
85e25323b3
1 changed files with 2 additions and 2 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue