Skip to content

Commit

Permalink
Adding missing reference operator.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Nov 15, 2009
1 parent 31102ad commit e1d6036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/console/libs/tasks/view.php
Expand Up @@ -460,7 +460,7 @@ function help() {
* @return array $associations
* @access private
*/
function __associations($model) {
function __associations(&$model) {
$keys = array('belongsTo', 'hasOne', 'hasMany', 'hasAndBelongsToMany');
$associations = array();

Expand Down

0 comments on commit e1d6036

Please sign in to comment.