diff options
author | Dries Buytaert <dries@buytaert.net> | 2009-06-21 14:16:28 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2009-06-21 14:16:28 +0000 |
commit | bb930bf6cc74f88d765818e9971aeda9977ff355 (patch) | |
tree | e6727f567da88e19f595f8d55422812b9b628cea /modules/system/system.module | |
parent | 212d3781772cf27dc68bf1e039383bdfffbf580c (diff) | |
download | brdo-bb930bf6cc74f88d765818e9971aeda9977ff355.tar.gz brdo-bb930bf6cc74f88d765818e9971aeda9977ff355.tar.bz2 |
- Patch #147000 by Berdir, JohnAlbin: bugfix because of conflicting/merged patches.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r-- | modules/system/system.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module index 7a79a8125..c4224423d 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -1335,8 +1335,8 @@ function _system_get_theme_data() { 'description' => '', 'features' => array( 'comment_user_picture', + 'comment_user_verification', 'favicon', - 'mission', 'logo', 'name', 'node_user_picture', |