Skip to content

Commit

Permalink
current_url defined twice, causing a fatal error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Larrabure committed Feb 18, 2011
1 parent 8d4cab3 commit d861904
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions OpenVBX/libraries/MY_Config.php
Expand Up @@ -79,13 +79,6 @@ function tenant_url($uri, $tenant_id = NULL)
return $CI->config->real_site_url($tenant->url_prefix . '/' . $uri);
}

function current_url()
{
$CI =& get_instance();
return $CI->config->site_url($CI->uri->uri_string());
}


function current_url()
{
$CI =& get_instance();
Expand Down

0 comments on commit d861904

Please sign in to comment.