Commit c2b37f0e authored by zYne's avatar zYne

--no commit message

--no commit message
parent 98280815
......@@ -755,7 +755,7 @@ class Doctrine_Table extends Doctrine_Configurable implements Countable
$lower = strtolower($name);
if (isset($this->columns[$lower])) {
throw new Doctrine_Table_Exception('Column name with ' . $lower . ' already exists!');
throw new Doctrine_Table_Exception("Couldn't bind relation. Column with name " . $lower . ' already exists!');
}
$e = explode(' as ', $name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment