]> git.mxchange.org Git - friendica.git/blobdiff - mod/dfrn_confirm.php
Moved global PAGE_* to Profile class (#5500)
[friendica.git] / mod / dfrn_confirm.php
index f2d9dd8385539dc94e9d1af8121a26a7e9ad3b45..d8d74298669b0e8a84890015bfc7426f47703a51 100644 (file)
@@ -201,11 +201,11 @@ function dfrn_confirm_post(App $a, $handsfree = null)
                                $params['duplex'] = 1;
                        }
 
-                       if ($user['page-flags'] == PAGE_COMMUNITY) {
+                       if ($user['page-flags'] == Contact::PAGE_COMMUNITY) {
                                $params['page'] = 1;
                        }
 
-                       if ($user['page-flags'] == PAGE_PRVGROUP) {
+                       if ($user['page-flags'] == Contact::PAGE_PRVGROUP) {
                                $params['page'] = 2;
                        }