From: Brion Vibber Date: Sat, 22 Jan 2005 02:37:18 +0000 (+0000) Subject: Fix undeclared variable usage introduced in last update X-Git-Tag: 1.5.0alpha1~872 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/modifier.php?a=commitdiff_plain;h=75464a897e83a7e6f9a5ef3d60e3f20847167469;p=lhc%2Fweb%2Fwiklou.git Fix undeclared variable usage introduced in last update --- diff --git a/includes/QueryPage.php b/includes/QueryPage.php index 0f31e0c317..446dc6f0fd 100644 --- a/includes/QueryPage.php +++ b/includes/QueryPage.php @@ -191,8 +191,8 @@ class QueryPage { } $dbr->freeResult( $res ); $s .= ''; + $wgOut->addHTML( $s ); } - $wgOut->addHTML( $s ); $wgOut->addHTML( "

{$sl}

\n" ); }