diff options
author | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-29 00:10:18 +0000 |
---|---|---|
committer | Sarven Capadisli <csarven@controlyourself.ca> | 2009-05-29 00:10:18 +0000 |
commit | 244149e0225970b76596b79758566ae5bb9fc806 (patch) | |
tree | 6a9fc864e361b7118efe2cc24e3c3d7591b4c2bf | |
parent | b87aa46b3f26909ec538ee675c8d7a51d49cbaf2 (diff) | |
parent | 8e8853a7141b10d01814d68021f24f2c78b2f193 (diff) |
Merge branch '0.8.x' of git@gitorious.org:laconica/dev into 0.8.x
-rw-r--r-- | actions/api.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/actions/api.php b/actions/api.php index 8762b4bcd..b25ba99f3 100644 --- a/actions/api.php +++ b/actions/api.php @@ -67,6 +67,7 @@ class ApiAction extends Action $this->process_command(); } else { # basic authentication failed + common_log(LOG_WARNING, "Failed API auth attempt, nickname: $nickname."); $this->show_basic_auth_error(); } } |