Remove unused variable

This commit is contained in:
nathangray 2019-03-19 14:52:46 -06:00
parent 83252a6e47
commit 006f8c1823

View File

@ -796,7 +796,6 @@ class Select extends Etemplate\Widget
// type = app name
$options = $form_name ? self::selOptions($form_name) : array();
$new_value = array();
$i = 0;
$appname = $type ? $type : ($widget && $widget->attrs['appname'] ?
self::expand_name($widget->attrs['appname'], 0, 0,'','',self::$cont) : '');
if($appname)