Changed static to self calls
This commit is contained in:
@@ -24,7 +24,7 @@ abstract class lnApp_Style extends HTMLRender {
|
||||
* @see HTMLRender::render()
|
||||
*/
|
||||
protected function render() {
|
||||
$record = static::$_data[$this->_x];
|
||||
$record = self::$_data[$this->_x];
|
||||
|
||||
$output = '';
|
||||
switch ($record['type']) {
|
||||
|
Reference in New Issue
Block a user