mirror of
https://github.com/friendica/friendica
synced 2025-04-26 19:50:10 +00:00
catching nulls for FileTag
This commit is contained in:
parent
59bbb1ac99
commit
c76258c370
4 changed files with 8 additions and 8 deletions
|
@ -40,7 +40,7 @@ class SaveTag extends BaseModule
|
|||
}
|
||||
|
||||
// return filer dialog
|
||||
$filetags = PConfig::get(local_user(), 'system', 'filetags');
|
||||
$filetags = PConfig::get(local_user(), 'system', 'filetags', '');
|
||||
$filetags = Model\FileTag::fileToArray($filetags);
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate("filer_dialog.tpl");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue