]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch '0.7.x' into 0.8.x
authorEvan Prodromou <evan@controlyourself.ca>
Fri, 10 Jul 2009 17:03:57 +0000 (10:03 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 10 Jul 2009 17:03:57 +0000 (10:03 -0700)
Conflicts:
README
actions/twitapiusers.php

1  2 
README
actions/twitapiusers.php

diff --cc README
index 8622d3797060de38d6de606ef092bfa1f1cbcae0,679a096b3bad6df536ced4c887432b3469cb90d3..40e5263550ef3c563c35566ae934e3c975b477b6
--- 1/README
--- 2/README
+++ b/README
@@@ -953,12 -904,6 +953,15 @@@ sslserver: use an alternate server nam
  shorturllength: Length of URL at which URLs in a message exceeding 140
                  characters will be sent to the user's chosen
                  shortening service.
++<<<<<<< HEAD:README
 +design: a default design (colors and background) for the site.
 +        Sub-items are: backgroundcolor, contentcolor, sidebarcolor,
 +        textcolor, linkcolor, backgroundimage, disposition.
 +dupelimit: minimum time allowed for one person to say the same thing
 +           twice. Default 60s. Anything lower is considered a user
 +           or UI error.
++=======
++>>>>>>> 0.7.x:README
  
  db
  --
index de8326e3adcc481bb77272d4ba14965ea7c4c397,a47fdfbc38d0f8b2e0c1c0a6a520e3b76433cd6b..fea41b3971d3f9a77b342e6304f6e83e96fa6784
@@@ -51,7 -49,14 +51,14 @@@ class TwitapiusersAction extends Twitte
              return;
          }
  
 -        $twitter_user = $this->twitter_user_array($profile, true);
+         $profile = $user->getProfile();
+         if (!$profile) {
+             common_server_error(_('User has no profile.'));
+             return;
+         }
 +        $twitter_user = $this->twitter_user_array($user->getProfile(), true);
  
          if ($apidata['content-type'] == 'xml') {
              $this->init_document('xml');