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

Issue #1356 - Installation and PHP notice fixes.

This commit is contained in:
Cameron
2016-02-15 11:09:58 -08:00
parent 4314bb625b
commit 9f96a70e76
5 changed files with 69 additions and 58 deletions

View File

@@ -105,10 +105,11 @@ class newsletter
$this->createIssue();
}
if($mes)
echo $mes->render();
/*if($mes)
{
$ns->tablerender($caption, $mes->render() . $text);
}
}*/
}