fix wrong namespace

This commit is contained in:
Ralf Becker 2020-09-19 14:01:44 +02:00
parent 60ae7f2b76
commit 9d65d92117

View File

@ -85,7 +85,7 @@ class Base
if (!isset($GLOBALS['egw_info']['server']['vfs_fstab'])) // happens eg. in setup
{
$api_config = Api\Config::read('phpgwapi');
$api_config = Config::read('phpgwapi');
if (isset($api_config['vfs_fstab']) && is_array($api_config['vfs_fstab']))
{
self::$fstab = $api_config['vfs_fstab'];