"fixed not deletetable links: to delete one, you have to select 'New search ..."

This commit is contained in:
Ralf Becker 2009-06-30 18:37:30 +00:00
parent c4e24a1e58
commit 15f7e3a1db

View File

@ -477,7 +477,7 @@ class link_widget
// this was the line before the default opt, not sure it works well in all case
$value = $extension_data['app'] ? $value_in['id'] : $value['app'].':'.$value_in['id'];
}
return !!$value_in['id'];
return true;
case 'link-apps':
if (!$value_in && $extension_data['needed'])