page: move placeholder_include() to widget method
[minimedit.git] / issue / index.php
index 41d37491378b22eac9d670ab7dbb8cf4dfb355f6..181d5b73e6380fec368787929fe291dace82030b 100644 (file)
@@ -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;