1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 20:30:39 +02:00

PHP Notice removal

This commit is contained in:
Cameron
2017-12-17 13:44:12 -08:00
parent a68cf279b6
commit 19ebdfc736

View File

@@ -1927,7 +1927,7 @@ class e_form
$text .= "</div>
</div>";
$loading = vartrue($options['loading'],LAN_LOADING);
$loading = vartrue($options['loading'], defset('LAN_LOADING', "Loading"));
$buttonId = $target.'-start';