From 8be28f478dd578f1b8fca561238b9ee5a13c6b27 Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Tue, 13 Oct 2009 14:48:19 -0700 Subject: Fix syntax errors --- actions/apifavoritecreate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'actions/apifavoritecreate.php') diff --git a/actions/apifavoritecreate.php b/actions/apifavoritecreate.php index a80a6492e..436739770 100644 --- a/actions/apifavoritecreate.php +++ b/actions/apifavoritecreate.php @@ -127,7 +127,7 @@ class ApiFavoriteCreateAction extends ApiAuthAction if (empty($fave)) { $this->clientError( - _('Could not create favorite.') + _('Could not create favorite.'), 403, $this->format ); -- cgit v1.2.3-54-g00ecf