missing '/' in img path (bug #1370437) - fix for the fix
This commit is contained in:
@@ -85,7 +85,9 @@ class PMA_Theme {
|
|||||||
|
|
||||||
$theme->setPath( $folder );
|
$theme->setPath( $folder );
|
||||||
|
|
||||||
$theme->loadInfo();
|
if ( ! $theme->loadInfo() ) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
$theme->checkImgPath();
|
$theme->checkImgPath();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user