Index: trunk/phase3/includes/installer/PostgresInstaller.php |
— | — | @@ -109,7 +109,7 @@ |
110 | 110 | $this->getVar( 'wgDBserver' ), |
111 | 111 | $this->getVar( '_InstallUser' ), |
112 | 112 | $this->getVar( '_InstallPassword' ), |
113 | | - 'template1' ); |
| 113 | + 'postgres' ); |
114 | 114 | } else { |
115 | 115 | $db = new DatabasePostgres( |
116 | 116 | $this->getVar( 'wgDBserver' ), |