]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/noticeform.php
The overloaded DB_DataObject function staticGet is now called getKV
[quix0rs-gnu-social.git] / lib / noticeform.php
index bc47dd1bd3b531621cf01b0c59950419165d7d7b..6a0720821d62958fd0a47aee810f738fa7065186 100644 (file)
@@ -131,7 +131,7 @@ class NoticeForm extends Form
 
         if (empty($this->to_profile) &&
             !empty($this->inreplyto)) {
-            $notice = Notice::staticGet('id', $this->inreplyto);
+            $notice = Notice::getKV('id', $this->inreplyto);
             if (!empty($notice)) {
                 $this->to_profile = $notice->getProfile();
             }