From da69e4d7af258fd0a782c935f9e157d2eff73672 Mon Sep 17 00:00:00 2001 From: uwetews Date: Mon, 19 Sep 2016 08:02:34 +0200 Subject: [PATCH] Updates because new release update checks --- tests/PHPUnit_Smarty.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/PHPUnit_Smarty.php b/tests/PHPUnit_Smarty.php index ba2decd9..6e3ee6f1 100644 --- a/tests/PHPUnit_Smarty.php +++ b/tests/PHPUnit_Smarty.php @@ -626,7 +626,7 @@ KEY `expire` (`expire`) * @return null|\Smarty|\SmartyBC */ public function getSmartyObj(){ - return isset($this->smarty) ? $this->smarty : isset($this->smartyBC) ? $this->smartyBC : null; + return isset($this->smarty) ? $this->smarty : (isset($this->smartyBC) ? $this->smartyBC : null); } /**