Fixed motheure::increment() param missing
This commit is contained in:
parent
1a37de514c
commit
22c59b7a1d
|
@ -79,7 +79,7 @@
|
|||
* @count<int> Count to add to motor count of the machine
|
||||
*
|
||||
---------------------------------------------------------*/
|
||||
public function increment(){
|
||||
public function increment($params){
|
||||
extract($params);
|
||||
|
||||
/* (1) Check if entry exists
|
||||
|
|
Loading…
Reference in New Issue