More fixes for scrutinizer-ci (+ enable php)

This commit is contained in:
RainLoop Team 2016-08-09 23:11:54 +03:00
parent 59b32241bf
commit 161ddc9920
5 changed files with 17 additions and 32 deletions

View file

@ -46,13 +46,11 @@ function AddOpenPgpKeyPopupView()
return false;
}
var
done = false,
match = null;
var done = false;
do
{
match = reg.exec(keyTrimmed);
var match = reg.exec(keyTrimmed);
if (match && 0 < count)
{
if (match[0] && match[1] && match[2] && match[1] === match[2])