Quote:
Originally Posted by Itworx4me
Parse error: parse error, unexpected ')' in /home/***/public_html/forums/Warn.php on line 158
I get this error when trying to warn a member.
Thanks,
Itworx4me
Here is the fix for the parse error.
Line 158 of Warn.php file:
PHP Code:
check_post($_POST['post'], $warn_opts['multiple_per_post']));
Change to:
PHP Code:
check_post($_POST['post'], $warn_opts['multiple_per_post']);
Thanks,
Itworx4me
|
Yes, this error was brought to my attention earlier, it is corrected in the latest zip.
Rgds