Skip to content

Commit

Permalink
Fixing parse error in php 4
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 11, 2010
1 parent bbb105f commit cecfd72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/model/datasources/dbo_source.php
Expand Up @@ -2328,7 +2328,7 @@ function order($keys, $direction = 'ASC', $model = null) {
* @return mixed string condition or null
* @access public
*/
function group($group, &$model = null) {
function group($group, $model = null) {
if ($group) {
if (is_array($group)) {
foreach($group as $index => $key) {
Expand Down

0 comments on commit cecfd72

Please sign in to comment.