Removed parse errors from AutoReporting

This commit is contained in:
Shoghi Cervantes 2014-10-06 12:12:54 +02:00
parent 9db2fe40eb
commit d53ba52d32

View File

@ -1962,7 +1962,7 @@ class Server{
}elseif(\Phar::running(true) == ""){
return;
}
if($dump->getData()["type"] === "E_PARSE" or $dump->getData()["type"] === "E_COMPILE_ERROR"){
if($dump->getData()["error"]["type"] === "E_PARSE" or $dump->getData()["error"]["type"] === "E_COMPILE_ERROR"){
return;
}