summaryrefslogtreecommitdiff
path: root/classes/pref
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-26 14:23:18 +0400
committerAndrew Dolgov <[email protected]>2013-04-26 14:23:18 +0400
commit8cefe38a0a1623db866cb9bf295fe8a591ad5488 (patch)
treeaf703a047899ea3abad117a0f46aedc3a7351db4 /classes/pref
parent057177eb2c38f62e384752ad06a9d59707dd3647 (diff)
add HOOK_PREFS_SAVE_FEED
Diffstat (limited to 'classes/pref')
-rw-r--r--classes/pref/feeds.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/pref/feeds.php b/classes/pref/feeds.php
index 6fd2ae42d..ddfa56d01 100644
--- a/classes/pref/feeds.php
+++ b/classes/pref/feeds.php
@@ -1002,6 +1002,9 @@ class Pref_Feeds extends Handler_Protected {
mark_unread_on_update = $mark_unread_on_update
WHERE id = '$feed_id' AND owner_uid = " . $_SESSION["uid"]);
+ PluginHost::getInstance()->run_hooks(PluginHost::HOOK_PREFS_SAVE_FEED,
+ "hook_prefs_save_feed", $feed_id);
+
} else {
$feed_data = array();