Fixes for render AJAX HTMLRender objects
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user