summaryrefslogtreecommitdiff
path: root/modules/popup-dialog.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2010-11-08 19:36:24 +0300
committerAndrew Dolgov <[email protected]>2010-11-08 19:36:24 +0300
commit2e7f046f65bd6d3a9417484bc4d6c9855cf39f7e (patch)
treeb9ddafc7d49fd7b125fa9231b6f1381d1d5ec745 /modules/popup-dialog.php
parentf29033f86c41349237a9619137207083ea43a371 (diff)
make published OPML use common secret key code
Diffstat (limited to 'modules/popup-dialog.php')
-rw-r--r--modules/popup-dialog.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/popup-dialog.php b/modules/popup-dialog.php
index 77cf46ede..d68bd1db7 100644
--- a/modules/popup-dialog.php
+++ b/modules/popup-dialog.php
@@ -163,10 +163,6 @@
print "<div id=\"infoBoxTitle\">".__('Public OPML URL')."</div>";
print "<div class=\"infoBoxContents\">";
- if (!get_pref($link, "_PREFS_PUBLISH_KEY"))
- set_pref($link, "_PREFS_PUBLISH_KEY",
- sha1(uniqid(rand(), true)));
-
$url_path = opml_publish_url($link);
print __("Your Public OPML URL is:");