diff options
| author | Simon | 2011-03-28 13:32:14 +0200 |
|---|---|---|
| committer | Simon | 2011-03-28 13:32:14 +0200 |
| commit | cfa2f967ef68c45c396a97a651452217cda4e3df (patch) | |
| tree | 15dc981ec34481986938c350e67c6d8fb6cbcc28 /application/modules/dev/views/scripts/group/edit.phtml | |
| parent | Uni-Farben und Footer angepasst (diff) | |
| parent | kleine Fehler korrigiert (diff) | |
| download | pbs2-cfa2f967ef68c45c396a97a651452217cda4e3df.tar.gz pbs2-cfa2f967ef68c45c396a97a651452217cda4e3df.tar.xz pbs2-cfa2f967ef68c45c396a97a651452217cda4e3df.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/dev/views/scripts/group/edit.phtml')
| -rw-r--r-- | application/modules/dev/views/scripts/group/edit.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/dev/views/scripts/group/edit.phtml b/application/modules/dev/views/scripts/group/edit.phtml index dd3acbe..a0f9b32 100644 --- a/application/modules/dev/views/scripts/group/edit.phtml +++ b/application/modules/dev/views/scripts/group/edit.phtml @@ -1,6 +1,6 @@ <?php if(isset($this->addForm)) { - $this->addForm->setAction('/etc/group/add'); + $this->addForm->setAction('/dev/group/add'); echo $this->addForm; } else { |
