Skip to content
Snippets Groups Projects
Commit 964880f8 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

fix PHP error while reloading branches

parent bc7ab2d0
No related branches found
No related tags found
1 merge request!66php8 only; added variable types; short array syntax; remove glyphicons
This commit is part of merge request !66. Comments created here will be created in the context of that merge request.
......@@ -453,6 +453,7 @@ class vcs implements iVcs
||
isset($this->_aRemoteBranches[$sBranch]) && !$sVerifyRevision
)
&& isset($this->_aRemoteBranches[$sBranch]['message'])
) {
// it is up to date - doing nothing
$this->log(__FUNCTION__ . " return cached data");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment