adding in another deprecated hook to the warning list

This commit is contained in:
Julian Lam
2015-08-25 17:52:52 -04:00
parent a1d5132777
commit ea9f5cbc61

View File

@@ -5,7 +5,8 @@ var winston = require('winston'),
module.exports = function(Plugins) { module.exports = function(Plugins) {
Plugins.deprecatedHooks = [ Plugins.deprecatedHooks = [
'filter:user.delete' 'filter:user.delete',
'filter:user.custom_fields'
]; ];
/* /*