diff options
author | Daniel Kesselberg <mail@danielkesselberg.de> | 2020-07-10 13:44:29 +0200 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2020-08-18 08:58:19 +0200 |
commit | fd6cdbcb042bdee432b41bdca7db59a59f25a3ad (patch) | |
tree | 5a2a38a38ed7701d73de6b196d86db66c6f66288 /psalm.xml | |
parent | 8b3b5ae5bebc045e241108b32751f976feae7ecb (diff) | |
download | nextcloud-server-fd6cdbcb042bdee432b41bdca7db59a59f25a3ad.tar.gz nextcloud-server-fd6cdbcb042bdee432b41bdca7db59a59f25a3ad.zip |
Add template functions
for some reason they are not loaded by default.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Diffstat (limited to 'psalm.xml')
-rw-r--r-- | psalm.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/psalm.xml b/psalm.xml index 42c8142cf42..06cdf300318 100644 --- a/psalm.xml +++ b/psalm.xml @@ -14,6 +14,7 @@ <directory name="ocs"/> <directory name="ocs-provider"/> <file name="index.php"/> + <file name="lib/private/legacy/template/functions.php"/> <file name="public.php"/> <file name="remote.php"/> <file name="status.php"/> |