mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Remove directory/file element.
It will suppress any error of that kind in the file. That was not intended. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
238f181dbf
commit
568e1f6d3a
1 changed files with 0 additions and 4 deletions
|
|
@ -45,16 +45,12 @@
|
|||
<referencedFunction name="print_unescaped"/>
|
||||
<referencedFunction name="script"/>
|
||||
<referencedFunction name="style"/>
|
||||
<directory name="apps/**/templates"/>
|
||||
<directory name="core/templates"/>
|
||||
</errorLevel>
|
||||
</UndefinedFunction>
|
||||
<UndefinedGlobalVariable>
|
||||
<errorLevel type="suppress">
|
||||
<referencedVariable name="l" />
|
||||
<referencedVariable name="_" />
|
||||
<directory name="apps/**/templates"/>
|
||||
<directory name="core/templates"/>
|
||||
</errorLevel>
|
||||
</UndefinedGlobalVariable>
|
||||
</issueHandlers>
|
||||
|
|
|
|||
Loading…
Reference in a new issue