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
Branches
No related tags found
1 merge request!66php8 only; added variable types; short array syntax; remove glyphicons
...@@ -453,6 +453,7 @@ class vcs implements iVcs ...@@ -453,6 +453,7 @@ class vcs implements iVcs
|| ||
isset($this->_aRemoteBranches[$sBranch]) && !$sVerifyRevision isset($this->_aRemoteBranches[$sBranch]) && !$sVerifyRevision
) )
&& isset($this->_aRemoteBranches[$sBranch]['message'])
) { ) {
// it is up to date - doing nothing // it is up to date - doing nothing
$this->log(__FUNCTION__ . " return cached data"); $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