silence the error in another way

This commit is contained in:
Miles Lott 2003-10-17 07:45:56 +00:00
parent 521a3b94d8
commit 0103ae5f98

View File

@ -394,7 +394,7 @@
}
else
{
if ($var && isset($this->$set_from[$app_name][$var]) && $this->$set_from[$app_name][$var] !== '')
if ($var && @isset($this->$set_from[$app_name][$var]) && $this->$set_from[$app_name][$var] !== '')
{
$this->data[$app_name][$var] = $this->$set_from[$app_name][$var];
break;