page: move getoutput() to render method
[minimedit.git] / widget / nieuws.php
index 977357e5e572d4afff1d43b863f44caa0837c309..4f4fd454d1adada0fb8c081a892c27cdf2cba510 100644 (file)
@@ -74,4 +74,4 @@ if (@$Place['view'] === 'toc') {
 }
 ob_start();
 shownews($articles, @$Place['n'] ?: 5);
-print getoutput();
+print $Page->render();