Page 1 of 1

Bug in CGBlog 1.15.3

Posted: Thu Oct 19, 2017 1:11 pm
by Gregor
Just installed CGBlog 1.15.3 and got an error 500. The error log showed:
[19-Oct-2017 14:53:41 Europe/Amsterdam] PHP Parse error: syntax error, unexpected ')' in /home/efacti/public_html/uisge-beatha.eu/www/modules/CGBlog/action.detail.php on line 98
Looking in the code at line 98:

Code: Select all

# if( !$article->is_displayable() && !$canviewdraft) ) $article = null;
After $canviewdraft there is one ) too much.

Re: Bug in CGBlog 1.15.3

Posted: Thu Oct 19, 2017 2:23 pm
by calguy1000
Fixed and released

Re: Bug in CGBlog 1.15.3

Posted: Thu Oct 19, 2017 3:26 pm
by Gregor
Thank you.