mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02: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) {
|
private static function get_sub_types($cell, &$value, &$tpl) {
|
||||||
// Get sub-types
|
// Get sub-types
|
||||||
if($value['options-app']) {
|
if($value['options-app']) {
|
||||||
$apps = $value['options_app'];
|
$apps = $value['options-app'];
|
||||||
} else {
|
} else {
|
||||||
$apps = egw_link::app_list($cell['size'] ? $cell['size'] : 'query');
|
$apps = egw_link::app_list($cell['size'] ? $cell['size'] : 'query');
|
||||||
asort($apps); // sort them alphabetic
|
asort($apps); // sort them alphabetic
|
||||||
|
Loading…
x
Reference in New Issue
Block a user