We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a321cc commit edc5b3dCopy full SHA for edc5b3d
includes/WikiDiscoverWikisPager.php
@@ -163,7 +163,7 @@ public function formatValue( $name, $value ) {
163
$formatted = $this->escape( $lang->date( wfTimestamp( TS_MW, strtotime( $row->wiki_creation ) ) ) );
164
break;
165
case 'wiki_description':
166
- $manageWikiSettings = new ManageWikiSettings( $wiki );
+ $manageWikiSettings = new ManageWikiSettings( $row->wiki_dbname );
167
168
$value = $manageWikiSettings->list( 'wgWikiDiscoverDescription' );
169
0 commit comments