contao / comments-bundle

[READ-ONLY] Contao Comments Bundle
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Bug: 4.4.9 invalid argument #10

Closed bergerar closed 6 years ago

bergerar commented 6 years ago

$arrOptions is passed to Contao\Model::isPreviewMode(array $arrOptions), but $arrOptions isn't set in this function.

Type error: Argument 1 passed to Contao\Model::isPreviewMode() must be of the type array, null given, called in \vendor\contao\comments-bundle\src\Resources\contao\models\CommentsModel.php on line 149

PHP 7.1

fritzmg commented 6 years ago

Duplicate of #9