Merge branch '2.x' into 2.next

This commit is contained in:
mark_story 2017-01-03 11:01:04 -05:00
commit 1a8f2202c0
2 changed files with 2 additions and 3 deletions

View file

@ -102,7 +102,7 @@ class AclNode extends Model {
'alias' => "{$type}{$i}",
'type' => 'INNER',
'conditions' => array(
$db->name("{$type}{$i}.alias") . ' = ' . $db->value($alias, 'string')
"{$type}{$i}.alias" => $alias
)
);

View file

@ -402,8 +402,7 @@ XML;
*
* @return void
*/
public function testFromArrayZeroValue()
{
public function testFromArrayZeroValue() {
$xml = array(
'tag' => array(
'@' => 0,