aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-07-17 18:25:52 -0700
committerfriendica <info@friendica.com>2014-07-17 18:25:52 -0700
commit39632f65b6781d869fc420d25f3dbc153fde48b6 (patch)
tree6df57ef977ff16f5ebc1213920153a43ed51631f /mod
parentbfe4bdc30badbb91a352380e0b38bf8f18e296b6 (diff)
downloadvolse-hubzilla-39632f65b6781d869fc420d25f3dbc153fde48b6.tar.gz
volse-hubzilla-39632f65b6781d869fc420d25f3dbc153fde48b6.tar.bz2
volse-hubzilla-39632f65b6781d869fc420d25f3dbc153fde48b6.zip
confirm that something was done.
Diffstat (limited to 'mod')
-rwxr-xr-xmod/like.php8
1 files changed, 8 insertions, 0 deletions
diff --git a/mod/like.php b/mod/like.php
index 55a436175..d0871f1be 100755
--- a/mod/like.php
+++ b/mod/like.php
@@ -410,6 +410,14 @@ function like_content(&$a) {
proc_run('php',"include/notifier.php","like","$post_id");
+ if($interactive) {
+ notice( t('Action completed.') . EOL);
+ $o .= '<h1>' . t('Like/Dislike') . '</h1>';
+ $o .= EOL . EOL;
+ $o .= t('Thank you.');
+ return $o;
+ }
+
killme();
}