mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-21 00:41:29 +01:00
fix CI
This commit is contained in:
@@ -873,7 +873,6 @@ class BlockedLog
|
|||||||
*/
|
*/
|
||||||
public function dolDecodeBlockedData($data, $mode = 0)
|
public function dolDecodeBlockedData($data, $mode = 0)
|
||||||
{
|
{
|
||||||
$aaa = null;
|
|
||||||
try {
|
try {
|
||||||
$aaa = (object) jsonOrUnserialize($data);
|
$aaa = (object) jsonOrUnserialize($data);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
|
|||||||
Reference in New Issue
Block a user