PluginProbe
HTML Forms – Simple WordPress Forms Plugin / 1.3.30
HTML Forms – Simple WordPress Forms Plugin v1.3.30
1.7.0 trunk 1.0 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.1.5 1.2.0 1.3.0 1.3.1 1.3.10 1.3.11 1.3.12 1.3.13 1.3.14 1.3.15 1.3.16 All 67 releases
← All changes | vendor/autoload.php +4 -1 trunk1.3.30 View file →
@@ -13,9 +13,12 @@
13 13 } elseif (!headers_sent()) {
14 14 echo $err;
15 15 }
16 16 }
17 - throw new RuntimeException($err);
17 + trigger_error(
18 + $err,
19 + E_USER_ERROR
20 + );
18 21 }
19 22
20 23 require_once __DIR__ . '/composer/autoload_real.php';
21 24