mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 18:31:26 +01:00
Replace the lost boolean cast
This commit is contained in:
parent
feec899337
commit
cd49f6568d
@ -170,7 +170,7 @@ class SecurityTest extends TestCase {
|
|||||||
{
|
{
|
||||||
$r=@php_safe_unserialize($str);
|
$r=@php_safe_unserialize($str);
|
||||||
|
|
||||||
$this->assertSame($result, $r, 'Save unserialize failed');
|
$this->assertSame($result, (bool)$r, 'Save unserialize failed');
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user