Wrap long line
This commit is contained in:
parent
bae0dba5f4
commit
f71adf5c9b
@ -326,7 +326,8 @@ class PMA_Theme
|
||||
if (is_readable($this->img_path . $file)) {
|
||||
return $this->img_path . $file;
|
||||
} else {
|
||||
return $GLOBALS['cfg']['ThemePath'] . '/' . PMA_Theme_Manager::FALLBACK_THEME . '/img/' . $file;
|
||||
return $GLOBALS['cfg']['ThemePath'] . '/'
|
||||
. PMA_Theme_Manager::FALLBACK_THEME . '/img/' . $file;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user