summaryrefslogtreecommitdiff
path: root/actions/apiupdate.php
diff options
context:
space:
mode:
authorZach Copley <zach@status.net>2009-10-01 17:35:28 -0700
committerZach Copley <zach@status.net>2009-10-01 17:35:28 -0700
commit9a1dbee0fdd1f586512e4517a5abb7898501bc11 (patch)
treec8c1e4004452dd215e0f05c41a5e5a8a7e6d29e5 /actions/apiupdate.php
parentb3bbaecf47d74102a2ed48cd0c773d33a4a49d59 (diff)
A new action for /statuses/destroy
Diffstat (limited to 'actions/apiupdate.php')
-rw-r--r--actions/apiupdate.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/actions/apiupdate.php b/actions/apiupdate.php
index 9ce208f65..04a38f3f8 100644
--- a/actions/apiupdate.php
+++ b/actions/apiupdate.php
@@ -31,7 +31,7 @@ if (!defined('STATUSNET')) {
exit(1);
}
-require_once INSTALLDIR.'/lib/apibareauth.php';
+require_once INSTALLDIR.'/lib/apiauth.php';
/**
* Updates the authenticating user's status (posts a notice).
@@ -109,7 +109,7 @@ class ApiUpdateAction extends ApiAuthAction
/**
* Handle the request
*
- * Just show the notices
+ * Make a new notice for the update, save it, and show it
*
* @param array $args $_REQUEST data (unused)
*