commit | 2d927761f13489187db6ae34a7c0a52367779de4 | [log] [tgz] |
---|---|---|
author | Phil Sturgeon <email@philsturgeon.co.uk> | Fri Mar 11 10:17:25 2011 +0000 |
committer | Phil Sturgeon <email@philsturgeon.co.uk> | Fri Mar 11 10:17:25 2011 +0000 |
tree | 4163cb591164af2279f389bb561258b68a1d1032 | |
parent | 52e73183c2d3723c12a0a711d604f9f42f8e7b2b [diff] | |
parent | f21a4649afaf4726c8b2feb36dcec9e4fbd95661 [diff] |
Automated merge with http://hg.ellislab.com/CodeIgniter-Reactor
diff --git a/system/helpers/form_helper.php b/system/helpers/form_helper.php index 8ed520f..5323097 100644 --- a/system/helpers/form_helper.php +++ b/system/helpers/form_helper.php
@@ -51,7 +51,7 @@ if ($action && strpos($action, '://') === FALSE) { - $CI->config->site_url($action); + $action = $CI->config->site_url($action); } $form = '<form action="'.$action.'"';