diff options
author | Mario <mario@mariovavti.com> | 2021-05-27 07:58:56 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-05-27 07:58:56 +0000 |
commit | 4099549609b6ca2e6ee3c95d79449426ed3a77cb (patch) | |
tree | 989656f380dc641ac9f01dc42a430bf79a333907 /Zotlabs/Module/Connedit.php | |
parent | 4e4bffe5c5e04e40a0a4c9bc7190704f404225e8 (diff) | |
download | volse-hubzilla-4099549609b6ca2e6ee3c95d79449426ed3a77cb.tar.gz volse-hubzilla-4099549609b6ca2e6ee3c95d79449426ed3a77cb.tar.bz2 volse-hubzilla-4099549609b6ca2e6ee3c95d79449426ed3a77cb.zip |
remove deprecated rating code
Diffstat (limited to 'Zotlabs/Module/Connedit.php')
-rw-r--r-- | Zotlabs/Module/Connedit.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Zotlabs/Module/Connedit.php b/Zotlabs/Module/Connedit.php index 61fe4a889..82cecd3e1 100644 --- a/Zotlabs/Module/Connedit.php +++ b/Zotlabs/Module/Connedit.php @@ -220,9 +220,6 @@ class Connedit extends Controller { if($z) $record = $z[0]['xlink_id']; } - if($record) { - Master::Summon(array('Ratenotif','rating',$record)); - } } if(($_REQUEST['pending']) && intval($orig_record[0]['abook_pending'])) { |