diff options
Diffstat (limited to 'mod/profile/start.php')
-rw-r--r-- | mod/profile/start.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php index 49f310882..06c5dfdc2 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -11,7 +11,6 @@ elgg_register_event_handler('init', 'system', 'profile_init', 1); * Profile init function */ function profile_init() { - global $CONFIG; // Register a URL handler for users - this means that profile_url() // will dictate the URL for all ElggUser objects |