* (bug 8988) Added missing $ in error messages.
authorLeon Weber <leon@users.mediawiki.org>
Wed, 14 Feb 2007 16:07:18 +0000 (16:07 +0000)
committerLeon Weber <leon@users.mediawiki.org>
Wed, 14 Feb 2007 16:07:18 +0000 (16:07 +0000)
includes/DatabasePostgres.php
includes/SpecialUndelete.php

index 44b0a58..e479a6a 100644 (file)
@@ -291,7 +291,7 @@ class DatabasePostgres extends Database {
                                $res = $this->doQuery($SQL);
                                if (!$res) {
                                        print "<b>FAILED</b>. ";
-                                       print "Please make sure that the locale in pg_ts_cfg for \"default\" is set to \"ctype\"</li>\n";
+                                       print "Please make sure that the locale in pg_ts_cfg for \"default\" is set to \"$ctype\"</li>\n";
                                        dieout("</ul>");
                                }
                                print "OK</li>";
index 7673ee3..ab7d32f 100644 (file)
@@ -751,7 +751,7 @@ class UndeleteForm {
                }
        
                $wgOut->addHTML( "<h2>" . htmlspecialchars( wfMsg( "history" ) ) . "</h2>\n" );
-               
+
                if( $haveRevisions ) {
                        # The page's stored (deleted) history:
                        $wgOut->addHTML("<ul>");