mirror of
https://github.com/e107inc/e107.git
synced 2025-08-11 00:54:49 +02:00
Code cleanup
This commit is contained in:
@@ -3371,7 +3371,7 @@ class e_tree_model extends e_front_model
|
||||
public function toHTML($template, $parsesc = true, $eVars = null)
|
||||
{
|
||||
$ret = '';
|
||||
$i == 1;
|
||||
$i = 1;
|
||||
foreach ($this->getTree() as $model)
|
||||
{
|
||||
if($eVars) $eVars->treeCounter = $i;
|
||||
|
Reference in New Issue
Block a user