Merge pull request #10126 from atm-florian/develop

fix scrutinizer
This commit is contained in:
Laurent Destailleur 2018-12-01 15:08:45 +01:00 committed by GitHub
commit 5d3575ab4d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -211,7 +211,7 @@ class Lettering extends BookKeeping
}
if (count($ids) > 1) {
$result = $this->updatelettrage($ids);
$result = $this->updateLettering($ids);
}
}
}