]> git.wh0rd.org - tt-rss.git/commitdiff
fix labelops
authorAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 14 Dec 2011 08:05:45 +0000 (12:05 +0400)
committerAndrew Dolgov <fox@madoka.volgo-balt.ru>
Wed, 14 Dec 2011 08:05:45 +0000 (12:05 +0400)
classes/rpc.php

index 272c25ef4b74f8e2c381d15b3beb886cfb882661..dbdca8a7886a2115659990d2ae1251dd68ff1b89 100644 (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) {