Commit: 84a793e2b42e3660d3d916985f46195f9e853de9
Author: gwoo | Date: 2009-11-30 14:23:58 -0800
diff --git a/controllers/ClientController.php b/controllers/ClientController.php
index d0ed438..58ca96b 100644
--- a/controllers/ClientController.php
+++ b/controllers/ClientController.php
@@ -32,7 +32,7 @@ class ClientController extends \lithium\action\Controller {
$this->redirect(array('controller' => 'client', 'action' => 'authorize'));
}
if (!empty($this->request->data)) {
- $url = 'statuses/update.json';
+ $url = '/statuses/update.json';
$result = Consumer::post($url, $token, $this->request->data);
$message = json_decode($result);
}