From 09dd39a434a3a21c4dd5367a2b77f1f7f451c571 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 11 Dec 2008 23:46:00 -0500 Subject: stub out facebook app and delete profile darcs-hash:20081212044600-84dde-b9fa8240a83457f9ed41c0bcdac4b20aff1f8aed.gz --- actions/deleteprofile.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'actions/deleteprofile.php') 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(); } -- cgit v1.2.3-54-g00ecf