Updates because new release update checks

This commit is contained in:
uwetews
2016-09-19 08:02:34 +02:00
parent 268368f2a4
commit da69e4d7af

View File

@@ -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);
}
/**