mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 09:05:16 +01:00
Fix typo, should have a list of apps now
This commit is contained in:
parent
9726ed19fc
commit
8972a0ceff
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user