Bug in CGBlog 1.15.3
Posted: Thu Oct 19, 2017 1:11 pm
Just installed CGBlog 1.15.3 and got an error 500. The error log showed:
After $canviewdraft there is one ) too much.
Looking in the code at line 98:[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
Code: Select all
# if( !$article->is_displayable() && !$canviewdraft) ) $article = null;