Skip to content
This repository was archived by the owner on Jul 13, 2018. It is now read-only.

Commit 07c38b2

Browse files
committed
Correct message
1 parent f699f14 commit 07c38b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmpl/_error.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
{
4040
foreach ($twitter['error']['messages'] as $message)
4141
{
42-
$message .= "<br />$message";
42+
$errorMsg .= "<br />$message";
4343
}
4444
}
4545

0 commit comments

Comments
 (0)