Skip to content

Commit

Permalink
regression fix new customers unable to create new account
Browse files Browse the repository at this point in the history
  • Loading branch information
dleffler committed Nov 21, 2016
1 parent ee8cb17 commit c9721db
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class addressController extends expController {
'update_region' => 'Update Region',
);
public $requires_login = array(
'edit'=>'You must be logged in to perform this action',
// 'edit'=>'You must be logged in to perform this action',
'myaddressbook'=>'You must be logged in to perform this action',
);
public $remove_configs = array(
Expand Down

0 comments on commit c9721db

Please sign in to comment.