Add some labels to the client-side even if ext sources fetching failed

This commit is contained in:
Aleksander Machniak 2016-02-22 19:54:58 +01:00
parent ef640cded1
commit 6fc46f6823

View file

@ -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) {