Index: branches/RC/core/kernel/application.php =================================================================== diff -u -N -r11702 -r11711 --- branches/RC/core/kernel/application.php (.../application.php) (revision 11702) +++ branches/RC/core/kernel/application.php (.../application.php) (revision 11711) @@ -1950,7 +1950,7 @@ $cache_key = $this->GetVar('t').$this->GetVar('m_theme').$this->GetVar('m_lang').$this->IsAdmin(); $query = sprintf("SELECT PhraseList, ConfigVariables FROM %s WHERE Template = %s", TABLE_PREFIX.'PhraseCache', - $this->Conn->Qstr(md5($cache_key))); + $this->Conn->qstr(md5($cache_key))); $res = $this->Conn->GetRow($query); if ($res) {