summaryrefslogtreecommitdiffstats
path: root/application/views/scripts/person
diff options
context:
space:
mode:
authorSimon2011-01-31 15:34:21 +0100
committerSimon2011-01-31 15:34:21 +0100
commit6c07eb5e85f9705c83b0415a89dd05a19b138bce (patch)
tree38c414878306cb3ba3bd2ebe5093473ecaabd4fb /application/views/scripts/person
parentPerson Register Form (diff)
downloadpbs2-6c07eb5e85f9705c83b0415a89dd05a19b138bce.tar.gz
pbs2-6c07eb5e85f9705c83b0415a89dd05a19b138bce.tar.xz
pbs2-6c07eb5e85f9705c83b0415a89dd05a19b138bce.zip
auth controller vervollständigt
Diffstat (limited to 'application/views/scripts/person')
-rw-r--r--application/views/scripts/person/register.phtml4
1 files changed, 0 insertions, 4 deletions
diff --git a/application/views/scripts/person/register.phtml b/application/views/scripts/person/register.phtml
deleted file mode 100644
index 5196738..0000000
--- a/application/views/scripts/person/register.phtml
+++ /dev/null
@@ -1,4 +0,0 @@
-<?php
-$this->registerForm->setAction($this->url());
-echo $this->registerForm;
-?>