mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
PHP Notice removal
This commit is contained in:
@@ -1927,7 +1927,7 @@ class e_form
|
|||||||
$text .= "</div>
|
$text .= "</div>
|
||||||
</div>";
|
</div>";
|
||||||
|
|
||||||
$loading = vartrue($options['loading'],LAN_LOADING);
|
$loading = vartrue($options['loading'], defset('LAN_LOADING', "Loading"));
|
||||||
|
|
||||||
$buttonId = $target.'-start';
|
$buttonId = $target.'-start';
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user