Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Kesselberg <mail@danielkesselberg.de>2020-07-10 14:44:29 +0300
committerMorris Jobke <hey@morrisjobke.de>2020-08-18 09:58:19 +0300
commitfd6cdbcb042bdee432b41bdca7db59a59f25a3ad (patch)
tree5a2a38a38ed7701d73de6b196d86db66c6f66288 /psalm.xml
parent8b3b5ae5bebc045e241108b32751f976feae7ecb (diff)
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.xml1
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"/>