aboutsummaryrefslogtreecommitdiffstats
path: root/mod/wall_attach.php
diff options
context:
space:
mode:
Diffstat (limited to 'mod/wall_attach.php')
-rw-r--r--mod/wall_attach.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/mod/wall_attach.php b/mod/wall_attach.php
index 5797531e8..6e9443f12 100644
--- a/mod/wall_attach.php
+++ b/mod/wall_attach.php
@@ -17,10 +17,12 @@ function wall_attach_post(&$a) {
$channel = $r[0];
}
+
else
killme();
$r = attach_store($channel,get_observer_hash());
+
if(! $r['success']) {
notice( $r['message'] . EOL);
killme();