diff --git a/libraries/Theme.class.php b/libraries/Theme.class.php index 6435550324..fc7490b673 100644 --- a/libraries/Theme.class.php +++ b/libraries/Theme.class.php @@ -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)) {