From: Mischa POSLAWSKY Date: Sat, 16 Sep 2017 15:41:40 +0000 (+0200) Subject: page: restore error display in page includes X-Git-Tag: v2.2~3 X-Git-Url: http://git.shiar.net/minimedit.git/commitdiff_plain/54f1961766187d44bb196a849882120566ac7fec page: restore error display in page includes Successful executions should not be silenced. --- diff --git a/page.php b/page.php index 02886a7..5efccbc 100644 --- a/page.php +++ b/page.php @@ -104,7 +104,7 @@ print "\n\n"; # execute dynamic code if ($Page) { - $found |= @require "./$Page.php"; + $found |= require "./$Page.php"; } # global html