From 80715caeaa7cb2fb8636748baab9ecc50730f869 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 10 Jan 2013 11:03:55 +0400 Subject: always mangle guid in af_ plugins --- plugins/af_pennyarcade/init.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'plugins/af_pennyarcade') diff --git a/plugins/af_pennyarcade/init.php b/plugins/af_pennyarcade/init.php index ec0399062..e8c623f5e 100644 --- a/plugins/af_pennyarcade/init.php +++ b/plugins/af_pennyarcade/init.php @@ -45,12 +45,10 @@ class Af_PennyArcade extends Plugin { 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; -- cgit v1.2.3