Minor optimization. Removing additional variable assignment.

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@8077 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
mark_story 2009-03-06 03:54:52 +00:00
parent 18a7115385
commit ffc537aaa8

View file

@ -1906,7 +1906,7 @@ class DboSource extends DataSource {
$key = (strpos($key, '(') !== false || strpos($key, ')') !== false) ?
$this->__quoteFields($key) :
$key = $this->name($key);
$this->name($key);
if ($bound) {
return String::insert($key . ' ' . trim($operator), $value);