fix scrutinizer

This commit is contained in:
florian HENRY 2018-12-01 14:39:04 +01:00
parent 0e1c4d92da
commit 47eda86e2f

View File

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