diff options
Diffstat (limited to 'mod/profile')
-rw-r--r-- | mod/profile/start.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/profile/start.php b/mod/profile/start.php index 0f13ad844..1c82d55f5 100644 --- a/mod/profile/start.php +++ b/mod/profile/start.php @@ -48,6 +48,7 @@ function profile_init() { * Profile page handler * * @param array $page Array of URL segments passed by the page handling mechanism + * @return void */ function profile_page_handler($page) { |