Skip to content

Commit

Permalink
Fixed form vars for requires_login
Browse files Browse the repository at this point in the history
  • Loading branch information
brettp committed May 7, 2012
1 parent a1f0ac4 commit 6a3e687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.php
Expand Up @@ -107,7 +107,7 @@ function anypage_prepare_form_vars($page = null) {
'description' => '',
'use_view' => false,
'visible_through_walled_garden' => false,
'requires_login' => 'false',
'requires_login' => false,
'guid' => null,
'entity' => $page,
);
Expand Down

0 comments on commit 6a3e687

Please sign in to comment.