diff options
author | Evan Prodromou <evan@status.net> | 2009-11-16 14:40:04 +0100 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-16 14:40:04 +0100 |
commit | ff88ef407a344749c02d9d1d0dc104b4b720d7ae (patch) | |
tree | b1216e02465d4a971e2d787e24e0c3dc6a0b0fbb /lib | |
parent | 64677fc09a54546274a001ce9bec0fa4bc8132f7 (diff) |
make block actions use profileformaction superclass
Diffstat (limited to 'lib')
-rw-r--r-- | lib/profileformaction.php | 2 |
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")); } } |