diff options
Diffstat (limited to 'actions')
-rw-r--r-- | actions/api.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/actions/api.php b/actions/api.php index eeee77ec2..97da359fe 100644 --- a/actions/api.php +++ b/actions/api.php @@ -53,7 +53,7 @@ class ApiAction extends Action { if (!isset($_SERVER['PHP_AUTH_USER'])) { # This header makes basic auth go - header('WWW-Authenticate: Basic realm="Laconica API'); + header('WWW-Authenticate: Basic realm="Laconica API"'); # if the user hits cancel -- bam! common_show_basic_auth_error(); |