1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 01:54:12 +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

@@ -7079,7 +7079,7 @@ var_dump($select_options);*/
{
$key = strtoupper($k);
$fields[$v]['grid'] = true;
$vars[$key] = $this->renderValue($v,$data[$v],$fields[$v],$id);
$vars[$key] = $this->renderValue($v, varset($data[$v]), $fields[$v], $id);
}
$cells[] = "<div class='".$cls." admin-ui-grid'>". $tp->simpleParse($template,$vars). '</div>';