summaryrefslogtreecommitdiff
path: root/lib/profileformaction.php
diff options
context:
space:
mode:
authorEvan Prodromou <evan@status.net>2009-11-16 14:40:04 +0100
committerEvan Prodromou <evan@status.net>2009-11-16 14:40:04 +0100
commitff88ef407a344749c02d9d1d0dc104b4b720d7ae (patch)
treeb1216e02465d4a971e2d787e24e0c3dc6a0b0fbb /lib/profileformaction.php
parent64677fc09a54546274a001ce9bec0fa4bc8132f7 (diff)
make block actions use profileformaction superclass
Diffstat (limited to 'lib/profileformaction.php')
-rw-r--r--lib/profileformaction.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/profileformaction.php b/lib/profileformaction.php
index 92e8611b9..8cb5f6a93 100644
--- a/lib/profileformaction.php
+++ b/lib/profileformaction.php
@@ -134,6 +134,6 @@ class ProfileFormAction extends Action
function handlePost()
{
- return;
+ $this->serverError(_("unimplemented method"));
}
}