1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-20 05:11:42 +02:00

Notice removals

This commit is contained in:
Tijn Kuyper
2012-12-16 12:28:28 +01:00
parent 9217a078fd
commit 57dbc89d18
14 changed files with 102 additions and 99 deletions

View File

@@ -1759,7 +1759,7 @@ class e_admin_controller
*/
public function addHeader($content)
{
$this->getResponse()->addHeaderContent($content);
$this->getResponse()->addHeaderContent(vartrue($content));
return $this;
}