plugin/addon API landing - still things left to do before it's useful
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user