if ($basenode) {
$article["content"] = $doc->saveXML($basenode, LIBXML_NOEMPTYTAG);
-
- // we need to update guid with owner_uid because our local article is different from the one
- // other users with this plugin disabled might get
- $article["guid"] = "explosm,$owner_uid:" . $article["guid"];
}
}
+
+ $article["guid"] = "explosm,$owner_uid:" . $article["guid"];
}
return $article;
if ($basenode) {
$article["content"] = $doc->saveXML($basenode, LIBXML_NOEMPTYTAG);
-
- // we need to update guid with owner_uid because our local article is different from the one
- // other users with this plugin disabled might get
- $article["guid"] = "gocomics,$owner_uid:" . $article["guid"];
}
}
+
+ $article["guid"] = "gocomics,$owner_uid:" . $article["guid"];
}
return $article;
if ($basenode) {
$article["content"] = $doc->saveXML($basenode, LIBXML_NOEMPTYTAG);
-
- // we need to update guid with owner_uid because our local article is different from the one
- // other users with this plugin disabled might get
- $article["guid"] = "pennyarcade,$owner_uid:" . $article["guid"];
}
}
+
+ $article["guid"] = "pennyarcade,$owner_uid:" . $article["guid"];
}
return $article;