From 49e478da9d5540da798a7d497615f0d2903c8e4a Mon Sep 17 00:00:00 2001 From: cash Date: Tue, 9 Nov 2010 01:09:50 +0000 Subject: Fixes #2631 removes 'elgg_' namespace from the page element views - anyone working with the trunk will need to update their theme and/or flush their cache git-svn-id: http://code.elgg.org/elgg/trunk@7268 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/diagnostics/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/diagnostics') diff --git a/mod/diagnostics/index.php b/mod/diagnostics/index.php index 9bc58b56a..657915e66 100644 --- a/mod/diagnostics/index.php +++ b/mod/diagnostics/index.php @@ -13,7 +13,7 @@ elgg_set_context('admin'); // system diagnostics $body = elgg_view_title(elgg_echo('diagnostics')); $body .= "
"; -$body .= elgg_view('page_elements/elgg_content', array('body' => +$body .= elgg_view('page_elements/content', array('body' => "

".elgg_echo('diagnostics:report')."

".elgg_echo('diagnostics:description') . elgg_view('diagnostics/forms/download')) ); @@ -32,7 +32,7 @@ if (isset($CONFIG->debug)) { $test_body .= elgg_echo('diagnostics:unittester:debug'); } -$body .= elgg_view('page_elements/elgg_content', array( +$body .= elgg_view('page_elements/content', array( 'body' => $test_body) ); $body .= "
"; -- cgit v1.2.3