aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/config/avatar.yml
diff options
context:
space:
mode:
authorjaviexin <javiexin@gmail.com>2015-07-17 19:40:33 +0200
committerjaviexin <javiexin@gmail.com>2015-07-17 19:40:33 +0200
commit4d3188ba57ae59c1f1f2eec8f5f70b8e1477c1af (patch)
tree14538e9ba2e45d506dd4aa68818fdcccc11a8c62 /phpBB/config/avatar.yml
parent4b54df8d45210eed4374d5c4ce22be233c7a34c0 (diff)
downloadforums-4d3188ba57ae59c1f1f2eec8f5f70b8e1477c1af.tar
forums-4d3188ba57ae59c1f1f2eec8f5f70b8e1477c1af.tar.gz
forums-4d3188ba57ae59c1f1f2eec8f5f70b8e1477c1af.tar.bz2
forums-4d3188ba57ae59c1f1f2eec8f5f70b8e1477c1af.tar.xz
forums-4d3188ba57ae59c1f1f2eec8f5f70b8e1477c1af.zip
[ticket/13981] Add events to capture avatar deletion or overwriting
An event to capture overwriting, and another to capture deletion. Includes better error processing. Replaced global by dependency injection. PHPBB3-13981
Diffstat (limited to 'phpBB/config/avatar.yml')
-rw-r--r--phpBB/config/avatar.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/config/avatar.yml b/phpBB/config/avatar.yml
index 5292489715..b0dca137b0 100644
--- a/phpBB/config/avatar.yml
+++ b/phpBB/config/avatar.yml
@@ -60,6 +60,7 @@ services:
- %core.php_ext%
- @path_helper
- @mimetype.guesser
+ - @dispatcher
- @cache.driver
calls:
- [set_name, [avatar.driver.upload]]