Some fixes for subdirectory support.

This commit is contained in:
Tobias Tom 2013-07-30 19:45:27 +02:00
commit 0590890511
4 changed files with 9 additions and 9 deletions

View file

@ -129,7 +129,7 @@ class UserController extends \PHPCI\Controller
{
$form = new Form();
$form->setMethod('POST');
$form->setAction('/user/' . $type);
$form->setAction(PHPCI_URL.'user/' . $type);
$form->addField(new Form\Element\Csrf('csrf'));
$field = new Form\Element\Email('email');