diff --git a/thirdparty/simpletest/page.php b/thirdparty/simpletest/page.php index c1e08957d..0dc27e4d0 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); } /**