Changeset 1042

Show
Ignore:
Timestamp:
07/24/08 01:47:35 (4 months ago)
Author:
bastnic
Message:

fixed a regression on the url generated for jforms, same as changeset 943

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lib/jelix/plugins/jforms/html/html.jformsbuilder.php

    r1033 r1042  
    9393 
    9494        $url = jUrl::get($this->_action, $this->_actionParams, 2); // retourne le jurl correspondant 
    95         echo '<form action="',$url->scriptName,$url->pathInfo,'" method="'.$params['method'].'" id="', $this->_name,'"'; 
     95        echo '<form action="',$url->getPath(),'" method="'.$params['method'].'" id="', $this->_name,'"'; 
    9696        if($this->_form->hasUpload()) 
    9797            echo ' enctype="multipart/form-data">'; 
Download in other formats: Unified Diff Zip Archive