mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Merge branch '3.6' into 4.0
This commit is contained in:
commit
f3d00f1b4b
2
thirdparty/simpletest/page.php
vendored
2
thirdparty/simpletest/page.php
vendored
@ -94,7 +94,7 @@ class SimpleTagBuilder {
|
|||||||
$tag_class = $map[$type];
|
$tag_class = $map[$type];
|
||||||
return new $tag_class($attributes);
|
return new $tag_class($attributes);
|
||||||
}
|
}
|
||||||
return false;
|
return new SimpleTextTag($attributes);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user