fix labelops
This commit is contained in:
parent
6ca4f3c28b
commit
4fdb875944
1 changed files with 2 additions and 2 deletions
|
@ -401,11 +401,11 @@ class RPC extends Protected_Handler {
|
|||
}
|
||||
|
||||
function assigntolabel() {
|
||||
return labelops(true);
|
||||
return $this->labelops(true);
|
||||
}
|
||||
|
||||
function removefromlabel() {
|
||||
return labelops(false);
|
||||
return $this->labelops(false);
|
||||
}
|
||||
|
||||
function labelops($assign) {
|
||||
|
|
Loading…
Reference in a new issue