summaryrefslogtreecommitdiff
path: root/classes/rpc.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-09-22 14:54:15 +0300
committerAndrew Dolgov <[email protected]>2020-09-22 14:54:15 +0300
commit6811d0bde220d7632b9d6a7fa4f4931cc96324c8 (patch)
tree84e66e1427ea53c0a2a0473cabade723d1e6ce47 /classes/rpc.php
parentb5710baf3439343bbc65c2fc1586aefd0b94d99c (diff)
use self:: in some places to invoke static methods from the same class
Diffstat (limited to 'classes/rpc.php')
-rwxr-xr-xclasses/rpc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/rpc.php b/classes/rpc.php
index a7123566c..e3870aa41 100755
--- a/classes/rpc.php
+++ b/classes/rpc.php
@@ -514,7 +514,7 @@ class RPC extends Handler_Protected {
}
function updaterandomfeed() {
- RPC::updaterandomfeed_real();
+ self::updaterandomfeed_real();
}
private function markArticlesById($ids, $cmode) {