Changed static to self calls

This commit is contained in:
Deon George
2013-12-26 21:39:49 +11:00
parent a7fcddc48c
commit a23a19b581
9 changed files with 37 additions and 27 deletions

View File

@@ -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']) {