diff options
Diffstat (limited to 'mod/thewire/add.php')
| -rw-r--r-- | mod/thewire/add.php | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/thewire/add.php b/mod/thewire/add.php index 6012338fa..213b633c7 100644 --- a/mod/thewire/add.php +++ b/mod/thewire/add.php @@ -21,7 +21,7 @@  	    $area2 = elgg_view_title(elgg_echo('thewire:add'));  	    $area2 .= elgg_view("thewire/forms/add"); -	    $body = elgg_view_layout("one_column_with_sidebar", '',$area2); +	    $body = elgg_view_layout("one_column_with_sidebar", $area2);  	// Display page  		page_draw(elgg_echo('thewire:addpost'),$body);  | 
