diff options
Diffstat (limited to 'actions/deleteprofile.php')
-rw-r--r-- | actions/deleteprofile.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actions/deleteprofile.php b/actions/deleteprofile.php index 9823900c5..418ac998d 100644 --- a/actions/deleteprofile.php +++ b/actions/deleteprofile.php @@ -22,6 +22,8 @@ if (!defined('LACONICA')) { exit(1); } class DeleteprofileAction extends Action { function handle($args) { parent::handle($args); + $this->server_error(_('Code not yet ready.')); + return; if ('POST' === $_SERVER['REQUEST_METHOD']) { $this->handle_post(); } |