Indefero

Indefero Commit Details


Date:2011-03-16 19:10:59 (13 years 9 months ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, release-1.1, release-1.2, release-1.3
Commit:19b35565a282f79bc17779586ea69cac5fcca4e1
Parents: baa88412b9c7cb4f9d34c4e5430e57006de9000e
Message:Fix a notice about variable pass by reference

Changes:

File differences

src/IDF/Diff.php
7373
7474
7575
76
76
77
7778
7879
7980
$current_file = $m[1];
}
if ($this->path_strip_level > 0) {
$current_file = array_pop(explode('/', $current_file, $this->path_strip_level+1));
$fileparts = explode('/', $current_file, $this->path_strip_level+1);
$current_file = array_pop($fileparts);
}
$current_chunk = 0;
$files[$current_file] = array();

Archive Download the corresponding diff file

Page rendered in 0.08055s using 13 queries.