]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/toselector.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / lib / toselector.php
index ba9593f0b33bfb2b62a64bbbcbba0e959b5f5e47..b01948ed621fc90a4c709c4ba1a5e73cd3624402 100644 (file)
@@ -145,7 +145,7 @@ class ToSelector extends Widget
             }
             break;
         case 'profile':
-            $profile = Profile::staticGet('id', $value);
+            $profile = Profile::getKV('id', $value);
             $options['replies'] = array($profile->getUri());
             if ($private) {
                 $options['scope'] = Notice::ADDRESSEE_SCOPE;