summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonah BrĂ¼chert <jbb@kaidan.im>2024-03-24 16:54:26 +0100
committerroot <root@vm-doku.spline.inf.fu-berlin.de>2024-03-24 16:54:54 +0100
commit755a77bbd6b25dd23e97617e1465f4c541f03683 (patch)
treeeca083a1730e87e8ca4017d934869d3c900a567c
parente14fce2076d65bfb0216fc72056e7233182ba307 (diff)
downloaddokuwiki-master.tar.gz
dokuwiki-master.tar.bz2
dokuwiki-master.zip
Fix undefined variable warningHEADmaster
-rw-r--r--lib/twig.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/twig.php b/lib/twig.php
index aeb39f1..59949ae 100644
--- a/lib/twig.php
+++ b/lib/twig.php
@@ -68,7 +68,7 @@ class Hostinfo_Twig_Extension extends AbstractExtension
return array(
'name' => $value,
- 'port' => $null,
+ 'port' => null,
);
}),