mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-27 06:11:29 +00:00
fix labelops
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user