fix labelops
This commit is contained in:
parent
6ca4f3c28b
commit
4fdb875944
|
@ -401,11 +401,11 @@ class RPC extends Protected_Handler {
|
||||||
}
|
}
|
||||||
|
|
||||||
function assigntolabel() {
|
function assigntolabel() {
|
||||||
return labelops(true);
|
return $this->labelops(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
function removefromlabel() {
|
function removefromlabel() {
|
||||||
return labelops(false);
|
return $this->labelops(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
function labelops($assign) {
|
function labelops($assign) {
|
||||||
|
|
Loading…
Reference in New Issue