Project

General

Profile

« Previous | Next » 

Revision b49c60b7

Added by Andreas Kohlbecker almost 6 years ago

ref #7494 fixing form action url in search registration block

View differences:

modules/cdm_dataportal/cdm_dataportal.search.php
773 773

  
774 774
  $filter_presets = (isset($_SESSION['cdm'][SESSION_KEY_SEARCH_REGISTRATION_FILTER]) ? $_SESSION['cdm'][SESSION_KEY_SEARCH_REGISTRATION_FILTER] : array());
775 775
  $filter_presets = array_merge($filter_presets, remove_drupal_form_params($_REQUEST));
776
  $form['#action'] = 'cdm_dataportal/search/registration/';
776
  $form['#action'] =  url('/cdm_dataportal/search/registration/');
777 777
  $form['#method'] = 'get';
778 778
  $form['#attributes'] = array('class' => array('search-filter'));
779 779
  $form['identifier'] = array(

Also available in: Unified diff