]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
Merge remote-tracking branch 'upstream/develop' into 1601-api-statuses-lookup
[friendica.git] / mod / dfrn_confirm.php
index 00e215e334cb6d88b778d9dea3a3da7400f45149..27c04a908d297bb738e1c9ba9382d00ad01c2488 100644 (file)
@@ -16,7 +16,6 @@
 
 require_once('include/enotify.php');
 
-if(! function_exists('dfrn_confirm_post')) {
 function dfrn_confirm_post(&$a,$handsfree = null) {
 
        if(is_array($handsfree)) {
@@ -802,5 +801,5 @@ function dfrn_confirm_post(&$a,$handsfree = null) {
 
        goaway(z_root());
        // NOTREACHED
-}
+
 }