plugin/addon API landing - still things left to do before it's useful
This commit is contained in:
parent
eb6cefaea3
commit
6808d53d0f
8 changed files with 171 additions and 124 deletions
|
@ -182,7 +182,7 @@ function follow_post(&$a) {
|
|||
);
|
||||
|
||||
|
||||
if((x($contact,'notify')) && (strlen($contact['notify']))) {
|
||||
if((count($r)) && (x($contact,'notify')) && (strlen($contact['notify']))) {
|
||||
require_once('include/salmon.php');
|
||||
slapper($r[0],$contact['notify'],$slap);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue