Fixed motheure::increment() param missing

This commit is contained in:
xdrm-brackets 2017-10-13 19:28:52 +02:00
parent 1a37de514c
commit 22c59b7a1d
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
* @count<int> Count to add to motor count of the machine * @count<int> Count to add to motor count of the machine
* *
---------------------------------------------------------*/ ---------------------------------------------------------*/
public function increment(){ public function increment($params){
extract($params); extract($params);
/* (1) Check if entry exists /* (1) Check if entry exists