1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00

Response render mode typo

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

View File

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