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

PHP Warning Fixes.

This commit is contained in:
Cameron
2020-12-29 08:04:52 -08:00
parent baed9ec8e5
commit 75f595adb0
13 changed files with 61 additions and 27 deletions

View File

@@ -469,7 +469,8 @@ class user_class
if(is_array($extra_js))
{
$options = $extra_js;
unset($extra_js);
$extra_js = '';
}
$class = "tbox form-control";