]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/jsonsearchresultslist.php
Qvitter API changes (thanks hannes2peer)
[quix0rs-gnu-social.git] / lib / jsonsearchresultslist.php
index 48540a4d587a56f76c8361ee7107efe147a9d74b..357ab9be5d0ac50ab35f4673d6c1df4286c3369b 100644 (file)
@@ -232,14 +232,7 @@ class ResultItem
         $this->id           = $this->notice->id;
         $this->from_user_id = $this->profile->id;
 
-        $user = $this->profile->getUser();
-
-        if (empty($user)) {
-            // Gonna have to do till we can detect it
-            $this->iso_language_code = common_config('site', 'language');
-        } else {
-            $this->iso_language_code = $user->language;
-        }
+        $this->iso_language_code = Profile_prefs::getConfigData($this->profile, 'site', 'language');
         
         $this->source = $this->getSourceLink($this->notice->source);