Browse Source

Added merge to plugin list

Tobias Reich 9 years ago
parent
commit
9cd52b99c7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docs/Plugins.md

+ 2 - 0
docs/Plugins.md

@@ -104,6 +104,8 @@ These hooks are called from `php/modules/Album.php`.
 | Album::setPassword:after |  |
 | Album::checkPassword:before | Lychee checks if password is correct |
 | Album::checkPassword:after |  |
+| Album::merge:before | User merges albums |
+| Album::merge:after |  |
 | Album::delete:before | User deletes album |
 | Album::delete:after |  |