uninitialized/unknown variables
This commit is contained in:
parent
80f15ee668
commit
2a7037cd31
1 changed files with 2 additions and 2 deletions
|
@ -226,7 +226,7 @@ class Doctrine_Hydrate extends Doctrine_Object implements Serializable
|
||||||
return $name . $newIndex;
|
return $name . $newIndex;
|
||||||
}
|
}
|
||||||
|
|
||||||
return $alias;
|
return $tableAlias;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* hasTableAlias
|
* hasTableAlias
|
||||||
|
@ -395,7 +395,7 @@ class Doctrine_Hydrate extends Doctrine_Object implements Serializable
|
||||||
$this->parts[$name] = array();
|
$this->parts[$name] = array();
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
throw new Doctrine_Hydrate_Exception('Unknown query part ' . $part);
|
throw new Doctrine_Hydrate_Exception('Unknown query part ' . $name);
|
||||||
}
|
}
|
||||||
return $this;
|
return $this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue