mirror of
https://github.com/nextcloud/server.git
synced 2026-04-21 22:27:31 -04:00
More fixes
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
8d7b9e9e12
commit
2c3df9ee0c
1 changed files with 1 additions and 1 deletions
|
|
@ -959,7 +959,7 @@ $CONFIG = array(
|
|||
/**
|
||||
* Replaces the default System Tags Manager Factory. This can be utilized if an
|
||||
* own or 3rdParty SystemTagsManager should be used that – for instance – uses the
|
||||
* filesystem instead of the database to keep the comments.
|
||||
* filesystem instead of the database to keep the tags.
|
||||
*
|
||||
* Defaults to ``\OC\SystemTag\ManagerFactory``
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue