When installing Chatblock without js.module the chat messages are not updated because of an error in chatblock.php:

Parse error: syntax error, unexpected T_BOOLEAN_OR in .../chatblock.php on line 36

This seems to be easy to fix by moving the "||" from line 36 below the "preg_match" function call.

CommentFileSizeAuthor
#1 patch-2166389-001.patch411 bytesacidtalks

Comments

acidtalks’s picture

StatusFileSize
new411 bytes

  • doitDave committed 2c7c798 on 7.x-1.x
    #2166389 by acidtalks: Fixed PHP error caused by line mismatch.
    
doitDave’s picture

Version: 7.x-1.4 » 7.x-1.x-dev
Status: Active » Fixed

Thanks for your patch, it has just gone into the dev branch and will be in the next release.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.