adding in another deprecated hook to the warning list

v1.18.x
Julian Lam 10 years ago
parent a1d5132777
commit ea9f5cbc61

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

Loading…
Cancel
Save