add 4th parameter $step to Admins::increaseUsage(); fixes #628

Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann
2019-01-06 08:45:24 +01:00
parent 9e77fecc29
commit 725372b6ae
3 changed files with 11 additions and 4 deletions

View File

@@ -385,6 +385,7 @@ abstract class ApiCommand extends ApiParameter
* @param string $operator
* @param string $resource
* @param string $extra
* @param int $step
*/
protected static function updateResourceUsage($table = null, $keyfield = null, $key = null, $operator = '+', $resource = null, $extra = null, $step = 1)
{