Skip to content

Commit f3a981c

Browse files
committed
Merge pull request #154 from edlinklater/0.6
SS-2015-017: Remove form actions from allowed_actions
2 parents ec92ccb + 0ec7c92 commit f3a981c

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

code/controllers/ForumMemberProfile.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ class ForumMemberProfile extends Page_Controller {
1212
'RegistrationForm',
1313
'registerwithopenid',
1414
'RegistrationWithOpenIDForm',
15-
'doregister',
1615
'edit',
1716
'EditProfileForm',
1817
'thanks',

code/pagetypes/Forum.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -458,8 +458,6 @@ class Forum_Controller extends Page_Controller {
458458
'AdminFormFeatures',
459459
'deleteattachment',
460460
'deletepost',
461-
'doAdminFormFeatures',
462-
'doPostMessageForm',
463461
'editpost',
464462
'markasspam',
465463
'PostMessageForm',

0 commit comments

Comments
 (0)