summaryrefslogtreecommitdiff
path: root/modules/profile
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-02-02 15:25:25 +0000
committerDries Buytaert <dries@buytaert.net>2007-02-02 15:25:25 +0000
commit4980327172bee2eaee1d401fef900f924d41a383 (patch)
treec1a40d14bd03d1b088f05b833234250d09de5c56 /modules/profile
parentce358d8c7a645e255b99ab2a7adb73a819172d03 (diff)
downloadbrdo-4980327172bee2eaee1d401fef900f924d41a383.tar.gz
brdo-4980327172bee2eaee1d401fef900f924d41a383.tar.bz2
- Patch #115315 by kkaefer: fixed autocomplete for users.
Diffstat (limited to 'modules/profile')
-rw-r--r--modules/profile/profile.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/profile/profile.module b/modules/profile/profile.module
index 4883e383c..5ebe2c99b 100644
--- a/modules/profile/profile.module
+++ b/modules/profile/profile.module
@@ -92,7 +92,7 @@ function profile_menu() {
$items['profile/autocomplete'] = array(
'title' => t('Profile autocomplete'),
'page callback' => 'profile_autocomplete',
- 'access callback' => TRUE,
+ 'access arguments' => array('access user profiles'),
'type' => MENU_CALLBACK,
);
return $items;