X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/772961fd4e9be46ad340cad1e55ee5f28cc5b968..7983570288ed2798470a552ec04f64aa646b664a:/issue/index.php diff --git a/issue/index.php b/issue/index.php index 41d3749..181d5b7 100644 --- a/issue/index.php +++ b/issue/index.php @@ -11,7 +11,7 @@ if ($id and ctype_digit($id)) { )->fetch(); if (!$Issue) throw new Exception('Issuenummer niet gevonden'); - $replies = placeholder_include('reply'); # handle updates + $replies = $Page->widget('reply'); # handle updates $Page->title .= ': '.htmlspecialchars($Issue->subject); $Page->teaser = $Issue->body;