Merge pull request #42 from skipperbent/development

[TASK] Removed baseCfsrVerifier from constructor to make it completely
This commit is contained in:
Simon Sessingø
2015-12-08 16:54:15 +01:00
-1
View File
@@ -28,7 +28,6 @@ class RouterBase {
$this->backstack = array();
$this->controllerUrlMap = array();
$this->request = Request::getInstance();
$this->baseCsrfVerifier = new BaseCsrfVerifier();
}
public function addRoute(RouterEntry $route) {