]> git.mxchange.org Git - friendica.git/blobdiff - mod/fsuggest.php
Fix formatting in mod/settings
[friendica.git] / mod / fsuggest.php
index c2d9455b0d8d7e0519e956d299de63fade8909da..dd698db58ed5c62972fa70b49aeac208a9daf182 100644 (file)
@@ -61,7 +61,7 @@ function fsuggest_post(App $a) {
                                        intval($fsuggest_id),
                                        intval(local_user())
                                );
-                               Worker::add(PRIORITY_HIGH, 'notifier', 'suggest', $fsuggest_id);
+                               Worker::add(PRIORITY_HIGH, 'Notifier', 'suggest', $fsuggest_id);
                        }
 
                        info( t('Friend suggestion sent.') . EOL);