Fix typo, should have a list of apps now

This commit is contained in:
Nathan Gray 2009-11-24 16:31:14 +00:00
parent 9726ed19fc
commit 8972a0ceff

View File

@ -614,7 +614,7 @@ class link_widget
private static function get_sub_types($cell, &$value, &$tpl) {
// Get sub-types
if($value['options-app']) {
$apps = $value['options_app'];
$apps = $value['options-app'];
} else {
$apps = egw_link::app_list($cell['size'] ? $cell['size'] : 'query');
asort($apps); // sort them alphabetic