mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 20:57:26 +02:00
PHP Notice removal
This commit is contained in:
@@ -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';
|
||||
|
||||
|
Reference in New Issue
Block a user