summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2019-08-21 10:11:02 +0300
committerAndrew Dolgov <[email protected]>2019-08-21 10:11:02 +0300
commit369dd91d365079ee05dbac4fa01437e5d8436a56 (patch)
tree64ea7e346954366a25cab358b64451b2f4ff4993
parentb2fbf3fd74b01be3b39a15218bbc111573b777cc (diff)
save data to correct plugin, duh
-rw-r--r--init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.php b/init.php
index 9ffaa00..190cfaf 100644
--- a/init.php
+++ b/init.php
@@ -77,7 +77,7 @@ class Af_Readability_Legacy extends Plugin {
print_hidden("op", "pluginhandler");
print_hidden("method", "save");
- print_hidden("plugin", "af_readability");
+ print_hidden("plugin", "af_readability_legacy");
$enable_share_anything = $this->host->get($this, "enable_share_anything");