diff options
Diffstat (limited to 'mod/profile/start.php')
| -rw-r--r-- | mod/profile/start.php | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/mod/profile/start.php b/mod/profile/start.php index ddf136425..d76be446c 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -117,8 +117,6 @@  		register_action("profile/iconupload",false,$CONFIG->pluginspath . "profile/actions/iconupload.php");
  	// Define widgets for use in this context
 -		if (is_callable('use_widgets')) {
 -			use_widgets('profile');
 -		}
 +		use_widgets('profile');
  ?>
\ No newline at end of file | 
