Skip to content

Commit

Permalink
why i commented this line i do not know but must throw exception rela…
Browse files Browse the repository at this point in the history
  • Loading branch information
behram authored and hmert committed Oct 4, 2016
1 parent 44bfea7 commit 9c48e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Ojs/CoreBundle/Service/KernelRequestListener.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public function onKernelRequest(GetResponseEvent $event)
* @look {https://www.postgresql.org/docs/9.1/static/datatype-numeric.html}
*/
if((int)$param && (int)$param > 2147483647){
//throw new NotFoundHttpException;
throw new NotFoundHttpException;
}
}
}
Expand Down

0 comments on commit 9c48e91

Please sign in to comment.