Skip to content
Snippets Groups Projects
Commit 8cefe38a authored by Andrew Dolgov's avatar Andrew Dolgov
Browse files

add HOOK_PREFS_SAVE_FEED

parent 057177eb
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,7 @@ class PluginHost {
const HOOK_HOTKEY_INFO = 18;
const HOOK_ARTICLE_LEFT_BUTTON = 19;
const HOOK_PREFS_EDIT_FEED = 20;
const HOOK_PREFS_SAVE_FEED = 21;
const KIND_ALL = 1;
const KIND_SYSTEM = 2;
......
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment