From e1d60368f681cb2923415da0629cc3a01318397f Mon Sep 17 00:00:00 2001 From: mark_story Date: Sun, 15 Nov 2009 16:38:15 -0500 Subject: [PATCH] Adding missing reference operator. --- cake/console/libs/tasks/view.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/console/libs/tasks/view.php b/cake/console/libs/tasks/view.php index 5a1b0a0b34d..df425fa7197 100644 --- a/cake/console/libs/tasks/view.php +++ b/cake/console/libs/tasks/view.php @@ -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();