Error message

While reindexing the database I got this message
Declaration of Concrete\Package\VividThumbGallery\Block\VividThumbGallery\Controller::registerViewAssets() should be compatible with Concrete\Core\Block\BlockController::registerViewAssets($outputContent = ‘’)

The version of Concrete5 is 5.7.5.7
Any Ideas

Bob

You can fix this, in the source-code of the file: “Concrete\Package\VividThumbGallery\Block\VividThumbGallery\controller.php”

Change “registerViewAssets()” to “registerViewAssets($outputContent = “”)”

It worked …
Thanks !!

Bob