diff options
author | Evan Prodromou <evan@status.net> | 2009-11-08 21:41:43 -0500 |
---|---|---|
committer | Evan Prodromou <evan@status.net> | 2009-11-08 21:41:43 -0500 |
commit | 691beefd0f3755bab195279b1c0d7cc583942b72 (patch) | |
tree | 8c2e51f14d45759e57639ae90e999c192dcd0a17 /actions/apitimelineuser.php | |
parent | 76b0e6e6f4151235d5032d1aa90f0937b415bd87 (diff) | |
parent | aa0d9a86152d2485de6de5ec572ae87085ebe780 (diff) |
Merge branch '0.9.x' into adminpanel
Diffstat (limited to 'actions/apitimelineuser.php')
-rw-r--r-- | actions/apitimelineuser.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/apitimelineuser.php b/actions/apitimelineuser.php index 285735fd1..ca1d21772 100644 --- a/actions/apitimelineuser.php +++ b/actions/apitimelineuser.php @@ -78,7 +78,7 @@ class ApiTimelineUserAction extends ApiBareAuthAction $this->user = $this->getTargetUser($this->arg('id')); if (empty($this->user)) { - $this->clientError(_('No such user!'), 404, $this->format); + $this->clientError(_('No such user.'), 404, $this->format); return; } |