Fixed ticket 46, PHP 5.2.0 compatibility.
This commit is contained in:
parent
7d0ecd8f8a
commit
67361d7df6
@ -167,7 +167,8 @@ class IDF_WikiRevision extends Pluf_Model
|
||||
//$out .= '<strong>'.__('Summary:').'</strong> '.Pluf_esc($this->summary).' ';
|
||||
if ($this->changedRevision()) {
|
||||
$out .= '<div class="issue-changes-timeline">';
|
||||
foreach ($this->changes as $w => $v) {
|
||||
$changes = $this->changes;
|
||||
foreach ($changes as $w => $v) {
|
||||
$out .= '<strong>';
|
||||
switch ($w) {
|
||||
case 'lb':
|
||||
|
Loading…
Reference in New Issue
Block a user