X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FGNUsocialVideo%2FVideo.php;h=0311ee596ce9fcdd86fe0735445bfb38aa2ed9e9;hb=2a4dc77a633cc78907934fd93200ac16d55be78e;hp=543fe9129f522c21b136ed9d62365903b200c5f8;hpb=e95f77d34c501d345e731ccf6bc722034d155b77;p=quix0rs-gnu-social.git diff --git a/plugins/GNUsocialVideo/Video.php b/plugins/GNUsocialVideo/Video.php index 543fe9129f..0311ee596c 100644 --- a/plugins/GNUsocialVideo/Video.php +++ b/plugins/GNUsocialVideo/Video.php @@ -45,12 +45,12 @@ class Video extends Managed_DataObject public static function getByNotice($notice) { - return self::staticGet('uri', $notice->uri); + return self::getKV('uri', $notice->uri); } public function getNotice() { - return Notice::staticGet('uri', $this->uri); + return Notice::getKV('uri', $this->uri); } public static function schemaDef()