mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Officially support PHP 7.2.0.
SVN:trunk[5888]
This commit is contained in:
@@ -46,7 +46,7 @@ function TestConfig($sContents, $oP)
|
||||
catch (Error $e)
|
||||
{
|
||||
// ParseError only thrown in PHP7
|
||||
throw new Exception('Error in configuration: '.$e->getMessage());
|
||||
throw new Exception('Error in configuration: '.$e->getMessage().' at line '.$e->getLine());
|
||||
}
|
||||
if (strlen($sNoise) > 0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user