mirror of
https://github.com/Combodo/iTop.git
synced 2026-08-30 01:48:19 +02:00
N°3789 - Bulk actions on replicas: (Resync, Force Update, Delete,...) (#546)
This commit is contained in:
@@ -14,7 +14,10 @@ if (PHP_VERSION_ID < 50600) {
|
||||
echo $err;
|
||||
}
|
||||
}
|
||||
throw new RuntimeException($err);
|
||||
trigger_error(
|
||||
$err,
|
||||
E_USER_ERROR
|
||||
);
|
||||
}
|
||||
|
||||
require_once __DIR__ . '/composer/autoload_real.php';
|
||||
|
||||
Reference in New Issue
Block a user