page: ignore undeclared placeholders in errors
[minimedit.git] / page.inc.php
index 333a70521e5de72c69d20904902fe679dbc4a5dc..c42d5d6e8f98da0a636e8813e7c1302815a90347 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-$body = ob_get_clean();
+$body = getoutput(@$Place);
 
 include_once DOCROOT.'head.inc.php';