Add some labels to the client-side even if ext sources fetching failed
This commit is contained in:
parent
ef640cded1
commit
6fc46f6823
1 changed files with 3 additions and 0 deletions
|
@ -101,6 +101,9 @@ class kolab_files_engine
|
|||
|
||||
// get list of external sources
|
||||
$this->get_external_storage_drivers();
|
||||
|
||||
// these labels may be needed even if fetching ext sources failed
|
||||
$this->plugin->add_label('folderauthtitle', 'authenticating');
|
||||
}
|
||||
|
||||
if ($list_widget) {
|
||||
|
|
Loading…
Add table
Reference in a new issue