Skip to content

Commit

Permalink
Fixes #4100 adds the wire post form back to all page
Browse files Browse the repository at this point in the history
  • Loading branch information
cash committed Nov 29, 2011
1 parent 990f700 commit 43b42bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mod/thewire/pages/thewire/everyone.php
Expand Up @@ -8,13 +8,14 @@

$title = elgg_echo('thewire:everyone');

$content = '';
if (elgg_is_logged_in()) {
$form_vars = array('class' => 'thewire-form');
$content .= elgg_view_form('thewire/add', $form_vars);
$content .= elgg_view('input/urlshortener');
}

$content = elgg_list_entities(array(
$content .= elgg_list_entities(array(
'type' => 'object',
'subtype' => 'thewire',
'limit' => 15,
Expand Down

0 comments on commit 43b42bd

Please sign in to comment.