Argument 1 passed to Utils\AutoP::parse() must be of the type string, null given
This commit is contained in:
@@ -928,7 +928,7 @@ class Contents extends Base implements QueryInterface
|
||||
{
|
||||
$html = Contents::pluginHandle()->trigger($parsed)->autoP($text);
|
||||
|
||||
if (!$parsed) {
|
||||
if (!$parsed && $text) {
|
||||
static $parser;
|
||||
|
||||
if (empty($parser)) {
|
||||
|
||||
Reference in New Issue
Block a user