Move PConfig::get() to DI::pConfig()->get()
This commit is contained in:
@@ -41,7 +41,7 @@ class SaveTag extends BaseModule
|
||||
}
|
||||
|
||||
// return filer dialog
|
||||
$filetags = PConfig::get(local_user(), 'system', 'filetags', '');
|
||||
$filetags = DI::pConfig()->get(local_user(), 'system', 'filetags', '');
|
||||
$filetags = Model\FileTag::fileToArray($filetags);
|
||||
|
||||
$tpl = Renderer::getMarkupTemplate("filer_dialog.tpl");
|
||||
|
||||
Reference in New Issue
Block a user