This commit is contained in:
CosmicAlpha 2024-05-25 00:15:46 +08:00 committed by GitHub
parent 6455440d78
commit 025f584752
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -994,8 +994,6 @@ class Lister {
$img = $repoGroup->findFile( Title::makeTitle( NS_FILE, $pageImage ) );
if ( $img && $img->exists() ) {
$imageUrl = $img->getURL();
} else {
$imageUrl = '';
}
}
} else {