Code and symfony
01 March 2010
sfSslRequirementPlugin symfony 1.4 quick fix
Maybe not the best solution, but if you want to make it works quickly,
just add
$actionName = strtolower($actionName);
in lib/action/sfSslRequirementActionMixin.class.php
line 65 in method sslRequired();
1 comment:
Denis
February 15, 2011 at 9:50 AM
thanks! that fixed the same problem I was having
Reply
Delete
Replies
Reply
Add comment
Load more...
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
thanks! that fixed the same problem I was having
ReplyDelete