diff options
Diffstat (limited to 'pages/dashboard/latest.php')
| -rw-r--r-- | pages/dashboard/latest.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/pages/dashboard/latest.php b/pages/dashboard/latest.php index 3c81207f0..6dab598a1 100644 --- a/pages/dashboard/latest.php +++ b/pages/dashboard/latest.php @@ -24,4 +24,4 @@ if (is_plugin_enabled('riverdashboard')) {  	$content = "Riverdashboard not loaded";  }  $content = elgg_view_layout('one_column_with_sidebar', $title . $content); -page_draw(elgg_echo('content:latest'), $content); +echo elgg_view_page(elgg_echo('content:latest'), $content); | 
