Trying #503982 again.

merge-requests/26/head
Angie Byron 2009-06-27 17:32:00 +00:00
parent 27ffb437a2
commit 55f42709ad
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
* An array of modules to enable.
*/
function default_profile_modules() {
return array('block', 'color', 'comment', 'help', 'menu', 'path', 'taxonomy', 'dblog');
return array('block', 'color', 'comment', 'help', 'menu', 'path', 'taxonomy', 'dblog', 'search');
}
/**