Skip to content

Commit 11c76da

Browse files
committed
Fix for incorrect echo statement
1 parent 924854f commit 11c76da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/net/authorize/util/ANetSensitiveFields.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ private static function fetchFromConfigFiles(){
3333
}
3434

3535
catch(Exception $e){
36-
echo "ERROR deserializing json from : " . $userConfigFilePath . "; Exception : " . $e->getMessage();
3736
$useDefaultConfigFile = true;
37+
exit ("ERROR deserializing json from : " . $userConfigFilePath . "; Exception : " . $e->getMessage());
3838
}
3939
}
4040

0 commit comments

Comments
 (0)