diff options
author | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-29 16:10:35 +0000 |
---|---|---|
committer | brettp <brettp@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2011-03-29 16:10:35 +0000 |
commit | 9d8a1ea11a1851958393d8e680424d87aa87472d (patch) | |
tree | a548d6fecca06ce09c9fcb9272803ca7f9da4a35 /engine/lib/elgglib.php | |
parent | 9f856937caf1ac2cab02fbe5aa73b0c3bb84f84c (diff) | |
download | elgg-9d8a1ea11a1851958393d8e680424d87aa87472d.tar.gz elgg-9d8a1ea11a1851958393d8e680424d87aa87472d.tar.bz2 |
Fixed auto-display of system errors in ajax actions. Fixed docs for system_messages(). Blech...that needs cleaned up.
git-svn-id: http://code.elgg.org/elgg/trunk@8879 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'engine/lib/elgglib.php')
-rw-r--r-- | engine/lib/elgglib.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/lib/elgglib.php b/engine/lib/elgglib.php index 7076ec12d..87866f318 100644 --- a/engine/lib/elgglib.php +++ b/engine/lib/elgglib.php @@ -496,7 +496,7 @@ function sanitise_filepath($path, $append_slash = TRUE) { * 'messages') as well as {@link register_error()} messages ($register = 'errors'). * * @param mixed $message Optionally, a single message or array of messages to add, (default: null) - * @param string $register Types of message: "errors", "messages" (default: messages) + * @param string $register Types of message: "error", "success" (default: success) * @param bool $count Count the number of messages (default: false) * * @return true|false|array Either the array of messages, or a response regarding |