mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
Merge branch '2.x' into 2.next
This commit is contained in:
commit
1a8f2202c0
2 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
)
|
||||
);
|
||||
|
||||
|
|
|
@ -402,8 +402,7 @@ XML;
|
|||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testFromArrayZeroValue()
|
||||
{
|
||||
public function testFromArrayZeroValue() {
|
||||
$xml = array(
|
||||
'tag' => array(
|
||||
'@' => 0,
|
||||
|
|
Loading…
Reference in a new issue