Revize c1bdc1c4
Přidáno uživatelem Michal Kliment před více než 9 roky(ů)
application/helpers/form.php | ||
---|---|---|
if (empty($action) OR ! is_string($action))
|
||
{
|
||
// Use the current URL as the default action
|
||
$action = url::site(Router::$current_uri);
|
||
$action = url::base().url::current(TRUE);
|
||
}
|
||
elseif (strpos($action, '://') === FALSE)
|
||
{
|
Také k dispozici: Unified diff
Release 1.1.0