aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Like.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2024-02-28 10:04:22 +0000
committerMario <mario@mariovavti.com>2024-02-28 10:04:22 +0000
commit96e831663357280de044553d52dbf33dbf1a7dbb (patch)
treea6f194f1af92e1f2d130b7d57f506685733fbc7d /Zotlabs/Module/Like.php
parent37878bf0a35bcd0fc799892618a8b34ca0440c2c (diff)
downloadvolse-hubzilla-96e831663357280de044553d52dbf33dbf1a7dbb.tar.gz
volse-hubzilla-96e831663357280de044553d52dbf33dbf1a7dbb.tar.bz2
volse-hubzilla-96e831663357280de044553d52dbf33dbf1a7dbb.zip
some cloeanup after last commit
Diffstat (limited to 'Zotlabs/Module/Like.php')
-rw-r--r--Zotlabs/Module/Like.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/Zotlabs/Module/Like.php b/Zotlabs/Module/Like.php
index 18111a3e1..4c9828b2c 100644
--- a/Zotlabs/Module/Like.php
+++ b/Zotlabs/Module/Like.php
@@ -486,12 +486,6 @@ class Like extends Controller {
$bodyverb = t('%1$s likes %2$s\'s %3$s');
if ($verb === 'dislike')
$bodyverb = t('%1$s doesn\'t like %2$s\'s %3$s');
- if ($verb === 'agree')
- $bodyverb = t('%1$s agrees with %2$s\'s %3$s');
- if ($verb === 'disagree')
- $bodyverb = t('%1$s doesn\'t agree with %2$s\'s %3$s');
- if ($verb === 'abstain')
- $bodyverb = t('%1$s abstains from a decision on %2$s\'s %3$s');
if ($verb === 'attendyes')
$bodyverb = t('%1$s is attending %2$s\'s %3$s');
if ($verb === 'attendno')