Skip to content
Snippets Groups Projects
Commit e893adcc authored by Neil Drumm's avatar Neil Drumm :wave:
Browse files

Moved to drupalorg_crossssite

parent d38f28d5
Branches
No related tags found
No related merge requests found
......@@ -31,12 +31,6 @@ function drupalorg_drupalcon_menu() {
return $items;
}
function drupalorg_drupalcon_url_outbound_alter(&$path, &$options, $original_path) {
if ($path == 'user/login') {
$options['query']['destination'] = drupal_get_path_alias();
}
}
/**
* Implements hook_module_implements_alter().
* Make drupalorg drupalcon run last always, forever.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment