diff options
author | Timothy Warren <tim@timshomepage.net> | 2012-05-17 14:32:11 +0200 |
---|---|---|
committer | Timothy Warren <tim@timshomepage.net> | 2012-05-17 14:32:11 +0200 |
commit | f0eb2f133bf43be7ffa1bf71babf4ed28852e71b (patch) | |
tree | d32269af36b1044f19ab1fc1ff166c475ec9632f /system/helpers/smiley_helper.php | |
parent | 16642c71403f4463dfe6e83c13a0e3120474cd1d (diff) |
Suggested changes
Diffstat (limited to 'system/helpers/smiley_helper.php')
-rw-r--r-- | system/helpers/smiley_helper.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/helpers/smiley_helper.php b/system/helpers/smiley_helper.php index 4320dd392..5e6de08af 100644 --- a/system/helpers/smiley_helper.php +++ b/system/helpers/smiley_helper.php @@ -130,7 +130,7 @@ if ( ! function_exists('get_clickable_smileys')) * * @param string the URL to the folder containing the smiley images * @param array - * @param array + * @param array * @return array */ function get_clickable_smileys($image_url, $alias = '', $smileys = NULL) |