Skip to content
Snippets Groups Projects
Commit 83469905 authored by hahn's avatar hahn
Browse files

- fixed: preselected branch in build dialog

parent e180fd8e
Branches
No related tags found
No related merge requests found
...@@ -1109,6 +1109,7 @@ class project { ...@@ -1109,6 +1109,7 @@ class project {
$this->_initVcs(); $this->_initVcs();
if ($this->_oVcs) { if ($this->_oVcs) {
if (method_exists($this->_oVcs, "getCurrentBranch")) { if (method_exists($this->_oVcs, "getCurrentBranch")) {
$this->setBranchname($this->_oVcs->getCurrentBranch());
return $this->_oVcs->getCurrentBranch(); return $this->_oVcs->getCurrentBranch();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment