Skip to content

Commit edc5b3d

Browse files
Fix
1 parent 8a321cc commit edc5b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/WikiDiscoverWikisPager.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function formatValue( $name, $value ) {
163163
$formatted = $this->escape( $lang->date( wfTimestamp( TS_MW, strtotime( $row->wiki_creation ) ) ) );
164164
break;
165165
case 'wiki_description':
166-
$manageWikiSettings = new ManageWikiSettings( $wiki );
166+
$manageWikiSettings = new ManageWikiSettings( $row->wiki_dbname );
167167

168168
$value = $manageWikiSettings->list( 'wgWikiDiscoverDescription' );
169169

0 commit comments

Comments
 (0)