diff options
| author | 2014-12-08 13:05:56 +0100 | |
|---|---|---|
| committer | 2014-12-08 13:05:56 +0100 | |
| commit | 188b517daa174ce494f31dec02ae2cff122488ff (patch) | |
| tree | 1d80739a4b51a8236cfb8b7fecbd8769550c7087 /lib/Minz/ExtensionManager.php | |
| parent | a79107fb04bab2fa9537bd6a0101213c1bc5d4cf (diff) | |
Add a feed_before_insert hook
See https://github.com/FreshRSS/FreshRSS/issues/252
Diffstat (limited to 'lib/Minz/ExtensionManager.php')
| -rw-r--r-- | lib/Minz/ExtensionManager.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Minz/ExtensionManager.php b/lib/Minz/ExtensionManager.php index 5491c7cf6..9e6a3155a 100644 --- a/lib/Minz/ExtensionManager.php +++ b/lib/Minz/ExtensionManager.php @@ -17,6 +17,7 @@ class Minz_ExtensionManager { private static $hook_list = array( 'entry_before_display' => array(), // function($entry) -> Entry | null 'entry_before_insert' => array(), // function($entry) -> Entry | null + 'feed_before_insert' => array(), // function($feed) -> Feed | null ); private static $ext_to_hooks = array(); |
