Fixes for render AJAX HTMLRender objects

This commit is contained in:
Deon George
2013-06-17 18:00:27 +10:00
parent 640e8a53ee
commit 5064f08999
19 changed files with 13 additions and 16884 deletions

View File

@@ -77,7 +77,7 @@ abstract class lnApp_SystemMessage extends HTMLRender {
/**
* Render all of these items
*/
public static function render_all() {
public function render_all() {
// Reload our message from the session
if ($msgs = Session::instance()->get_once('sessionmsgs'))
static::$_data = $msgs;