X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FYammerImport%2Fclasses%2FYammer_common.php;h=6ec6fc9041bc8151c3d8fc27562a2e8af167094e;hb=5bf0c9f610d2fe7852ffafbcd51436c9e057b0a7;hp=81e302ab294a0b8e13a189b0edbe6f3d01ef1fcc;hpb=472dab4a86c0ba365404b0994c3eb7e9979a80c2;p=quix0rs-gnu-social.git diff --git a/plugins/YammerImport/classes/Yammer_common.php b/plugins/YammerImport/classes/Yammer_common.php index 81e302ab29..6ec6fc9041 100644 --- a/plugins/YammerImport/classes/Yammer_common.php +++ b/plugins/YammerImport/classes/Yammer_common.php @@ -138,13 +138,13 @@ class Yammer_common extends Memcached_DataObject protected static function doRecord($class, $field, $orig_id, $local_id) { - $map = self::staticGet('id', $orig_id); + $map = parent::staticGet($class, 'id', $orig_id); if (!empty($map)) { return $map; } - $map = self::staticGet($field, $local_id); + $map = parent::staticGet($class, $field, $local_id); if (!empty($map)) { return $map;