fix labelops

This commit is contained in:
Andrew Dolgov 2011-12-14 12:05:45 +04:00
parent 6ca4f3c28b
commit 4fdb875944
1 changed files with 2 additions and 2 deletions

View File

@ -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) {