diff --git a/public/include/classes/block.class.php b/public/include/classes/block.class.php index 3ed11d1f..b65d88a3 100644 --- a/public/include/classes/block.class.php +++ b/public/include/classes/block.class.php @@ -201,7 +201,7 @@ class Block extends Base { /** * Set finding worker of a block * @param block_id int Block ID - * @param worker_id int Worker ID of finder + * @param worker string Worker Name of finder * @return bool **/ public function setFindingWorker($block_id, $worker=NULL) {