plugin/addon API landing - still things left to do before it's useful

This commit is contained in:
Friendika 2010-12-22 14:16:22 -08:00
commit 6808d53d0f
8 changed files with 171 additions and 124 deletions

View file

@ -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);
}