Forced as ContextVars for PHP 5.2.
This commit is contained in:
parent
57084c6a25
commit
c8e91d80f2
@ -76,7 +76,7 @@ class IDF_Views_Source
|
|||||||
return new Pluf_HTTP_Response_Redirect($url);
|
return new Pluf_HTTP_Response_Redirect($url);
|
||||||
}
|
}
|
||||||
|
|
||||||
$res = $scm->filesAtCommit($commit);
|
$res = new Pluf_Template_ContextVars($scm->filesAtCommit($commit));
|
||||||
$cobject = $scm->getCommit($commit);
|
$cobject = $scm->getCommit($commit);
|
||||||
$tree_in = in_array($commit, $branches);
|
$tree_in = in_array($commit, $branches);
|
||||||
$scmConf = $request->conf->getVal('scm', 'git');
|
$scmConf = $request->conf->getVal('scm', 'git');
|
||||||
|
Loading…
Reference in New Issue
Block a user