diff options
Diffstat (limited to 'mod/dashboard')
| -rw-r--r-- | mod/dashboard/start.php | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/mod/dashboard/start.php b/mod/dashboard/start.php index 5635ead57..0197ee64f 100644 --- a/mod/dashboard/start.php +++ b/mod/dashboard/start.php @@ -29,6 +29,10 @@ function dashboard_init() {  	elgg_register_plugin_hook_handler('get_list', 'default_widgets', 'dashboard_default_widgets');  } +/** + * Dashboard page handler + * @return void + */  function dashboard_page_handler() {  	// Ensure that only logged-in users can see this page  	gatekeeper();  | 
