summaryrefslogtreecommitdiffstats
path: root/application/views/user/profile.php
diff options
context:
space:
mode:
Diffstat (limited to 'application/views/user/profile.php')
-rw-r--r--application/views/user/profile.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/views/user/profile.php b/application/views/user/profile.php
index b11231f29..bcd740612 100644
--- a/application/views/user/profile.php
+++ b/application/views/user/profile.php
@@ -1,4 +1,4 @@
-<?php echo form_open("user/save_profile", array("class" => "form-horizontal")); ?>
+<?php echo form_open("user/profile", array("class" => "form-horizontal")); ?>
<div class="control-group">
<label class="control-label" for="inputUsername">Username</label>
@@ -29,5 +29,4 @@
<button type="submit" class="btn btn-primary" name="process">Save changes</button>
</div>
</div>
-
</form>