page: ignore undeclared placeholders in errors
[minimedit.git] / 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';