From: Andrew Dolgov Date: Wed, 14 Dec 2011 08:05:45 +0000 (+0400) Subject: fix labelops X-Git-Tag: 1.5.8~12 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=4fdb875944e9678a8deeadb75d748d7b6b4690d5;p=tt-rss.git fix labelops --- diff --git a/classes/rpc.php b/classes/rpc.php index 272c25ef..dbdca8a7 100644 --- a/classes/rpc.php +++ b/classes/rpc.php @@ -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) {