Skip to content

Commit

Permalink
Fixing strict errors in Set class.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Dec 12, 2010
1 parent df21d19 commit cc81f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/set.php
Original file line number Diff line number Diff line change
Expand Up @@ -1017,7 +1017,7 @@ public static function flatten($data, $separator = '.') {
* @param string $key
* @return array
*/
private function __flatten($results, $key = null) {
private static function __flatten($results, $key = null) {
$stack = array();
foreach ($results as $k => $r) {
$id = $k;
Expand Down

0 comments on commit cc81f6d

Please sign in to comment.