зеркало из https://github.com/mozilla/gecko-dev.git
Fix Bustage caused by missing )
This commit is contained in:
Родитель
d168f9bf33
Коммит
64c9d9e63d
|
@ -257,7 +257,7 @@ while ($line = mysql_fetch_array($result, MYSQL_ASSOC)) {
|
|||
}
|
||||
|
||||
// Do we already have the current or a newer one?
|
||||
if (vercmp($line['extversion'], $reqItemVersion) <= 0 {
|
||||
if (vercmp($line['extversion'], $reqItemVersion) <= 0) {
|
||||
$thisVersionData = $line;
|
||||
break;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче