This commit is contained in:
the-djmaze 2024-02-26 02:54:44 +01:00
parent cfc497556e
commit 58d3fc8fd5
2 changed files with 28 additions and 0 deletions

View file

@ -328,6 +328,12 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
$this->Config()->Get('plugin', 'ignoreSystemAddressbook', true)
);
}
/*
if ('storage' === $sName || 'storage-local' === $sName) {
require_once __DIR__ . '/storage.php';
$oDriver = new \NextcloudStorage(APP_PRIVATE_DATA.'storage', $sName === 'storage-local');
}
*/
}
}