summaryrefslogtreecommitdiff
path: root/classes/rpc.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-03-22 16:18:59 +0300
committerAndrew Dolgov <[email protected]>2021-03-22 16:18:59 +0300
commit0f6644880a8ced1ab1e0860c585742b338382ce9 (patch)
tree01dde001dcd3984daa19c1c2d07266971a5483c6 /classes/rpc.php
parent98251022d40a4ef2c6d8e6b285c7e2454e79d0b5 (diff)
yet another flex feedtree attemptexp-flex-feedtree
Diffstat (limited to 'classes/rpc.php')
-rwxr-xr-xclasses/rpc.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/classes/rpc.php b/classes/rpc.php
index 7c248f75d..94b29ec44 100755
--- a/classes/rpc.php
+++ b/classes/rpc.php
@@ -474,6 +474,7 @@ class RPC extends Handler_Protected {
$params["icon_indicator_white"] = $this->image_to_base64("images/indicator_white.gif");
$params["icon_oval"] = $this->image_to_base64("images/oval.svg");
$params["icon_three_dots"] = $this->image_to_base64("images/three-dots.svg");
+ $params["icon_blank"] = $this->image_to_base64("images/blank_icon.gif");
$params["labels"] = Labels::get_all($_SESSION["uid"]);
return $params;