mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 02:56:15 +00:00
Removed $ from model task. Closes #5216.
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@7441 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
b3395569cf
commit
1d94d3ccfd
1 changed files with 1 additions and 1 deletions
|
@ -566,7 +566,7 @@ class ModelTask extends Shell {
|
||||||
$out .= "\n";
|
$out .= "\n";
|
||||||
|
|
||||||
if (!empty($associations)) {
|
if (!empty($associations)) {
|
||||||
if (!empty($associations['belongsTo']) || !empty($associations['$hasOne']) || !empty($associations['hasMany']) || !empty($associations['hasAndBelongsToMany'])) {
|
if (!empty($associations['belongsTo']) || !empty($associations['hasOne']) || !empty($associations['hasMany']) || !empty($associations['hasAndBelongsToMany'])) {
|
||||||
$out.= "\t//The Associations below have been created with all possible keys, those that are not needed can be removed\n";
|
$out.= "\t//The Associations below have been created with all possible keys, those that are not needed can be removed\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue