more background work for app management - give every member a copy of all the system apps so that they can edit and delete them to taste/preference. This needs further work to pick up changes in system apps (additions, edits, deletions, etc.). Currently this is done once and never attempted again.
This commit is contained in:
@@ -103,8 +103,8 @@ function widget_appselect($arr) {
|
||||
'$system' => t('System'),
|
||||
'$authed' => ((local_channel()) ? true : false),
|
||||
'$personal' => t('Personal'),
|
||||
'$new' => t('Create Personal App'),
|
||||
'$edit' => t('Edit Personal App')
|
||||
'$new' => t('New App'),
|
||||
'$edit' => t('Edit App')
|
||||
));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user