1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-22 13:41:52 +02:00

Response render mode typo

This commit is contained in:
SecretR 2013-04-12 15:50:03 +03:00
parent 3dadf6255e
commit e6254be4b9

@ -3883,7 +3883,7 @@ class eResponse
{
return $this;
}
$this->_render_mod[$ns] = (string) $ns;
$this->_render_mod[$ns] = (string) $render_mod;
return $this;
}