Bug 'return is not bool' fixed
authorRoland Häder <roland@mxchange.org>
Mon, 30 Nov 2009 19:20:12 +0000 (19:20 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 30 Nov 2009 19:20:12 +0000 (19:20 +0000)
inc/modules/admin/what-list_links.php

index fd11ffd1c9b1baa904e6b5748a90d17ea3482c02..cd186ce69aefffb94bfa4107e675ad3033e3bed9 100644 (file)
@@ -136,7 +136,7 @@ if (isGetRequestParameterSet('userid')) {
                                                $OUT .= loadTemplate('admin_list_links_row', true, $content);
                                        } else {
                                                // Load template for error
-                                               $OUT .= loadTemplate('admin_list_links_problem',
+                                               $OUT .= loadTemplate('admin_list_links_problem', true,
                                                        array(
                                                                'sw'            => $SW,
                                                                'problem'       => $PROBLEM,