Skip to content
Snippets Groups Projects
Commit 939b4459 authored by Tim Steiner's avatar Tim Steiner
Browse files

[gh-283] Merging from testing into staging -c 1407,1409

git-svn-id: file:///tmp/wdn_thm_drupal/branches/drupal-7.x/staging@1412 20a16fea-79d4-4915-8869-1ea9d5ebf173
parent bed425ad
No related branches found
No related tags found
No related merge requests found
......@@ -1026,7 +1026,7 @@ function unl_init() {
$primary_base_url = $current_url_schema . substr($primary_base_url, strlen($primary_base_url_schema));
if (conf_path() != 'sites/default' && $primary_base_url != url() && PHP_SAPI != 'cli') {
drupal_goto($primary_base_url . current_path());
drupal_goto(url($primary_base_url . request_path(), array('query' => drupal_get_query_parameters())));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment