confirm that something was done.

This commit is contained in:
friendica 2014-07-17 18:25:52 -07:00
parent bfe4bdc30b
commit 39632f65b6

View file

@ -410,6 +410,14 @@ function like_content(&$a) {
proc_run('php',"include/notifier.php","like","$post_id"); 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(); killme();
} }