Changed static to self calls
This commit is contained in:
@@ -47,7 +47,7 @@ abstract class lnApp_Block extends HTMLRender {
|
||||
* Render this Block
|
||||
*/
|
||||
protected function render() {
|
||||
$record = static::$_data[$this->_x];
|
||||
$record = self::$_data[$this->_x];
|
||||
|
||||
$output = '';
|
||||
$output .= sprintf('<div class="span%s %s">',empty($record['span']) ? '12' : $record['span'],empty($record['scrollable']) ? '' : 'scrollable');
|
||||
|
Reference in New Issue
Block a user