This commit is contained in:
Michal Čihař 2012-05-29 17:10:25 +02:00
parent e4f3bfd404
commit 6b6020c5e8

View File

@ -310,7 +310,7 @@ class PMA_Theme
*/
public function getImgPath($file = null)
{
if (is_null($file) {
if (is_null($file)) {
return $this->img_path;
} else {
if (is_readable($this->img_path . $file)) {