Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit eb6230ad authored by Romain Hunault's avatar Romain Hunault
Browse files

Handle the case when the current build is not present.

parent 1481464f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -189,5 +189,8 @@
                    }
                }
            }

            if (!empty($this->postData['params']['source_incremental']) && is_null($this->currentBuild))
              $this->currentBuild = $this->builds[1];
    	}
    }