]> git.mxchange.org Git - friendica.git/commitdiff
Merge branch 'iconpopup' of https://github.com/fabrixxm/friendika into fabrixxm-iconpopup
authorFriendika <info@friendika.com>
Mon, 4 Apr 2011 08:22:05 +0000 (01:22 -0700)
committerFriendika <info@friendika.com>
Mon, 4 Apr 2011 08:22:05 +0000 (01:22 -0700)
Conflicts:
mod/dfrn_poll.php

1  2 
mod/dfrn_poll.php

index 4b25efe418c0b130824aa653f4d13b60e77e0bce,8dd4d31ede1d18594a49e096e1ad3cf296f25a1d..77beabf90434b723941c96900c0d490414bb4385
@@@ -445,9 -445,8 +445,9 @@@ function dfrn_poll_content(&$a) 
                                        'sec' => $sec
                                ));
                        }
+                       
                        $profile = $r[0]['nickname'];
 +
                        switch($destination_url) {
                                case 'profile':
                                        $dest = $a->get_baseurl() . '/profile/' . $profile . '?tab=profile';
                                                dbesc($session_id)
                                        ); 
                                }
++<<<<<<< HEAD
++=======
+                               
++>>>>>>> 890753e5b545ca5777c6c9084e99cacf42a3b485
                        
                                goaway($dest);
                        }