page: ignore undeclared placeholders in errors
authorMischa POSLAWSKY <perl@shiar.org>
Fri, 6 Jul 2018 22:18:32 +0000 (00:18 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 7 Jul 2018 11:42:40 +0000 (13:42 +0200)
Does not yet exist pre-page called from error handlers.

page.inc.php

index c4884b9a098821f963514cf5be07334e57a5adea..c42d5d6e8f98da0a636e8813e7c1302815a90347 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$body = getoutput($Place);
+$body = getoutput(@$Place);
 
 include_once DOCROOT.'head.inc.php';