mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-13 17:35:56 +00:00
use self:: in some places to invoke static methods from the same class
This commit is contained in:
@@ -514,7 +514,7 @@ class RPC extends Handler_Protected {
|
||||
}
|
||||
|
||||
function updaterandomfeed() {
|
||||
RPC::updaterandomfeed_real();
|
||||
self::updaterandomfeed_real();
|
||||
}
|
||||
|
||||
private function markArticlesById($ids, $cmode) {
|
||||
|
||||
Reference in New Issue
Block a user