diff options
author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-11 09:08:41 +0000 |
---|---|---|
committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-04-11 09:08:41 +0000 |
commit | 5796de5158bd39a1d9c15404db7ccb8445ce72b6 (patch) | |
tree | 79f7209a4eafb404952c79d73b66343fbb67da74 /engine | |
parent | b0d3d96af7765ce1aff21a1a3ab19ffbb494363a (diff) | |
download | elgg-5796de5158bd39a1d9c15404db7ccb8445ce72b6.tar.gz elgg-5796de5158bd39a1d9c15404db7ccb8445ce72b6.tar.bz2 |
Marcus Povey <marcus@dushka.co.uk>
* Minor tweak
git-svn-id: https://code.elgg.org/elgg/trunk@432 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine')
-rw-r--r-- | engine/lib/api.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/lib/api.php b/engine/lib/api.php index dccb703f8..14e875a77 100644 --- a/engine/lib/api.php +++ b/engine/lib/api.php @@ -100,8 +100,8 @@ if (count($ERRORS)) $result->runtime_errors = $ERRORS; - if (count($PAM_HANDLER_MSG)) - $result->pam = $PAM_HANDLER_MSG; + if (count($_PAM_HANDLERS_MSG)) + $result->pam = $_PAM_HANDLERS_MSG; } return $result; |