missing '/' in img path (bug #1370437) - fix for the fix

This commit is contained in:
Sebastian Mendel
2005-12-01 08:59:12 +00:00
parent 76f7c21270
commit 13cad04bd3

View File

@@ -85,7 +85,9 @@ class PMA_Theme {
$theme->setPath( $folder ); $theme->setPath( $folder );
$theme->loadInfo(); if ( ! $theme->loadInfo() ) {
return false;
}
$theme->checkImgPath(); $theme->checkImgPath();