diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-12-11 23:46:00 -0500 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-12-11 23:46:00 -0500 |
commit | 09dd39a434a3a21c4dd5367a2b77f1f7f451c571 (patch) | |
tree | fba45b5bea69839bd4829b716eb77d0a7f09ada6 /actions/deleteprofile.php | |
parent | 203bc458420502289e2142a5649124a8b397d7e2 (diff) |
stub out facebook app and delete profile
darcs-hash:20081212044600-84dde-b9fa8240a83457f9ed41c0bcdac4b20aff1f8aed.gz
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(); } |