mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-06-09 08:06:27 +02:00
Compare commits
No commits in common. "e80638dd2e114793f29077d65a3535a6c7acd0d4" and "d826762e9d81690fd7f5e633ca1aca878722b50d" have entirely different histories.
e80638dd2e
...
d826762e9d
3 changed files with 2 additions and 9 deletions
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
v3.2.3
|
||||
v3.2.2
|
||||
|
|
|
@ -69,7 +69,7 @@ use Symfony\Component\ExpressionLanguage\ExpressionLanguage;
|
|||
{
|
||||
try
|
||||
{
|
||||
@$result = $this->expression_language->evaluate($condition, $data);
|
||||
$result = $this->expression_language->evaluate($condition, $data);
|
||||
|
||||
return (bool) $result;
|
||||
}
|
||||
|
|
|
@ -317,13 +317,6 @@ namespace controllers\publics;
|
|||
|
||||
foreach ($numbers as $key => $number)
|
||||
{
|
||||
if (!is_string($number))
|
||||
{
|
||||
unset($numbers[$key]);
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
$number = \controllers\internals\Tool::parse_phone($number);
|
||||
|
||||
if (!$number)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue