From fd92ea84ea434495febcbe5c0921a1d6af5afdd6 Mon Sep 17 00:00:00 2001 From: SteveD Date: Sat, 4 May 2013 09:07:04 +0100 Subject: [PATCH] Issue #209 - get rid of warning. May need different label to that chosen. --- e107_plugins/list_new/list_admin_class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e107_plugins/list_new/list_admin_class.php b/e107_plugins/list_new/list_admin_class.php index 548dcf34a..49d042652 100644 --- a/e107_plugins/list_new/list_admin_class.php +++ b/e107_plugins/list_new/list_admin_class.php @@ -175,7 +175,7 @@ class list_admin $curVal = $this->parent->list_pref[$this->parent->sections[$i]."_".$type."_icon"]; $this->row['FIELD_TITLE'] = $this->parent->titles[$i]; - $this->row['FIELD_ITEM'] = $frm->iconpicker($name,$curVal); + $this->row['FIELD_ITEM'] = $frm->iconpicker($name,$curVal, LAN_SELECT); // TODO: Is this a reasonable label to use? Might not be used // $this->row['FIELD_ITEM'] = $frm->iconpicker($this->parent->sections[$i]."_".$type."_icon",$this->parent->list_pref[$this->parent->sections[$i]."_".$type."_icon"]). // $this->row['FIELD_ITEM'] = $rs->form_text($this->parent->sections[$i]."_".$type."_icon", 15, $this->parent->list_pref[$this->parent->sections[$i]."_".$type."_icon"], 100)."