fixed references to $i
This commit is contained in:
parent
cfad07fab1
commit
87c8e7391d
@ -30,7 +30,7 @@ class TestAction{
|
||||
}
|
||||
public static function returnLogAsText(){
|
||||
for($i = 0; $i<sizeof(self::$log); $i++){
|
||||
echo("[".self::$log[i]['stats']."] ".self::$log[i]['message']);
|
||||
echo("[".self::$log[$i]['stats']."] ".self::$log[$i]['message']);
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user