From 34c10f4d32cbbc8bd75c547e13269f1c089258ae Mon Sep 17 00:00:00 2001 From: Dennis Snell Date: Sat, 21 Jul 2018 00:36:11 +0200 Subject: [PATCH] account for oddity in spec-parser --- lib/paresr-rd-trampoline.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/paresr-rd-trampoline.php b/lib/paresr-rd-trampoline.php index 5c269131ff255..25ddf2fe1439e 100644 --- a/lib/paresr-rd-trampoline.php +++ b/lib/paresr-rd-trampoline.php @@ -252,7 +252,7 @@ function error( $message ) { static function freeform( $s ) { return array( - 'attrs' => null, + 'attrs' => new stdClas(), 'innerHTML' => $s, ); }