Minor internal fixes
This commit is contained in:
@@ -80,7 +80,7 @@ abstract class lnApp_HTMLRender {
|
||||
public function render_all() {
|
||||
$output = '';
|
||||
|
||||
for ($x=0; $x<static::$_c; $x++)
|
||||
for ($x=0; $x<=static::$_c; $x++)
|
||||
if (isset(static::$_data[$x])) {
|
||||
$output .= (string)$this->record($x);
|
||||
unset(static::$_data[$x]);
|
||||
|
Reference in New Issue
Block a user