diff --git a/thirdparty/simpletest/page.php b/thirdparty/simpletest/page.php index add422371..ae9ebcd78 100644 --- a/thirdparty/simpletest/page.php +++ b/thirdparty/simpletest/page.php @@ -94,7 +94,7 @@ class SimpleTagBuilder { $tag_class = $map[$type]; return new $tag_class($attributes); } - return false; + return new SimpleTextTag($attributes); } /**