1
0
mirror of synced 2024-12-13 22:56:04 +03:00

[ORM] Fixed typo

This commit is contained in:
Pascal Borreli 2010-11-06 05:25:15 +08:00 committed by Benjamin Eberlei
parent 892eec2f26
commit 0ba9321f06

View File

@ -689,7 +689,7 @@ class SqlWalker implements TreeWalker
$sql = $this->_scalarResultAliasMap[$columnName];
}
return $sql . ' ' . strtoupper($orderByItem->type);;
return $sql . ' ' . strtoupper($orderByItem->type);
}
/**