Argument 1 passed to Utils\AutoP::parse() must be of the type string, null given
This commit is contained in:
沈唁 2022-09-22 10:25:18 +08:00 committed by GitHub
parent 17d9dcfa17
commit e05ebe442e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)) {