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:
@@ -3883,7 +3883,7 @@ class eResponse
|
||||
{
|
||||
return $this;
|
||||
}
|
||||
$this->_render_mod[$ns] = (string) $ns;
|
||||
$this->_render_mod[$ns] = (string) $render_mod;
|
||||
return $this;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user