diff options
Diffstat (limited to 'mod/file/search.php')
| -rw-r--r-- | mod/file/search.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/mod/file/search.php b/mod/file/search.php index b0120d932..8dd4669a9 100644 --- a/mod/file/search.php +++ b/mod/file/search.php @@ -92,7 +92,7 @@  		$content = "<div class='files'>".$area1.$area2."</div>"; -		$body = elgg_view_layout('one_column_with_sidebar', $content); +		$body = elgg_view_layout('one_column_with_sidebar', array('content' => $content));  		echo elgg_view_page($title, $body); | 
