Fixed minor compatibility issue with PHP 5.2.
This commit is contained in:
parent
ad5348e7f5
commit
c797e6c7c3
@ -46,7 +46,7 @@ class IDF_Views_Source
|
|||||||
$branches[0]));
|
$branches[0]));
|
||||||
return new Pluf_HTTP_Response_Redirect($url);
|
return new Pluf_HTTP_Response_Redirect($url);
|
||||||
}
|
}
|
||||||
$res = $scm->getChangeLog($commit, 25);
|
$res = new Pluf_Template_ContextVars($scm->getChangeLog($commit, 25));
|
||||||
$scmConf = $request->conf->getVal('scm', 'git');
|
$scmConf = $request->conf->getVal('scm', 'git');
|
||||||
return Pluf_Shortcuts_RenderToResponse('source/changelog.html',
|
return Pluf_Shortcuts_RenderToResponse('source/changelog.html',
|
||||||
array(
|
array(
|
||||||
|
Loading…
Reference in New Issue
Block a user