X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/772961fd4e9be46ad340cad1e55ee5f28cc5b968..v4.5-6-g50f9b29cc2:/issue/index.php diff --git a/issue/index.php b/issue/index.php index 41d3749..8c58f41 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; @@ -97,4 +97,4 @@ while ($row = $query->fetch()) { print "\n"; } print "\n"; -$Place['issuelist'] = ob_get_clean(); +$Page->place['issuelist'] = ob_get_clean();