replaced duplicate code with method

2022.09-rc
Philipp Holzer 2019-03-09 20:50:06 +01:00
rodzic 20498d1d40
commit f7c7851c2d
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 517BE60E2CE5C8A5
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -79,7 +79,7 @@ class Update
if (Lock::acquire('dbupdate', 0, Cache::INFINITE)) {
// recheck again in case we accidentally spawned multiple updates
$stored = intval(self::getBuild());
$stored = self::getBuild();
if ($stored >= $current) {
Lock::release('dbupdate');
return '';