From: Roland Häder Date: Mon, 30 Nov 2009 19:20:12 +0000 (+0000) Subject: Bug 'return is not bool' fixed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=63292e4d81307117912793820b0064319d50a611 Bug 'return is not bool' fixed --- diff --git a/inc/modules/admin/what-list_links.php b/inc/modules/admin/what-list_links.php index fd11ffd1c9..cd186ce69a 100644 --- a/inc/modules/admin/what-list_links.php +++ b/inc/modules/admin/what-list_links.php @@ -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,