mirror of
https://github.com/Universal-Omega/DynamicPageList3
synced 2024-11-27 17:40:13 +00:00
Fix Phan
This commit is contained in:
parent
6455440d78
commit
025f584752
|
@ -994,8 +994,6 @@ class Lister {
|
||||||
$img = $repoGroup->findFile( Title::makeTitle( NS_FILE, $pageImage ) );
|
$img = $repoGroup->findFile( Title::makeTitle( NS_FILE, $pageImage ) );
|
||||||
if ( $img && $img->exists() ) {
|
if ( $img && $img->exists() ) {
|
||||||
$imageUrl = $img->getURL();
|
$imageUrl = $img->getURL();
|
||||||
} else {
|
|
||||||
$imageUrl = '';
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue