commit | e88677115fc0167d6eb3e723d4ccf75e20b9ed68 | [log] [tgz] |
---|---|---|
author | Robin Sowell <robin.sowell@ellislab.com> | Sun Jan 30 17:30:54 2011 -0500 |
committer | Robin Sowell <robin.sowell@ellislab.com> | Sun Jan 30 17:30:54 2011 -0500 |
tree | 2ddda68e791c8e70be19656031280143286fa144 | |
parent | 0ecc06220733d180c181eb0133b10e66d509658c [diff] |
white space tweak to fix repo.
diff --git a/system/helpers/array_helper.php b/system/helpers/array_helper.php index 6b2415d..075a31f 100644 --- a/system/helpers/array_helper.php +++ b/system/helpers/array_helper.php
@@ -69,6 +69,7 @@ { return $array; } + return $array[array_rand($array)]; } }