Changeset 940

Show
Ignore:
Timestamp:
02/22/2008 08:44:29 AM (17 months ago)
Author:
DotMG
Message:

This commit is just about consistency and does not affect how Wikka works. Search Form (TextSearch) at the bottom of the page should have URL referring to page TextSearch, no matter which page are currently viewed. Before this commit, it refers to the same page that is viewed. I said It does not affect how Wikka works because this value is not used since there is an <input> tag inside the form.

refs #670

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1.6.4/libs/Wakka.class.php

    r938 r940  
    11431143                else 
    11441144                { 
    1145                         $attrAction = ' action="'.$this->Href($handler).'"'; 
     1145                        $attrAction = ' action="'.$this->Href($handler, $tag).'"'; 
    11461146                        // #670: This value will short-circuit the value of wakka=... in URL. 
    11471147                        $hidden['wakka'] = $this->MiniHref($handler, ('' == $tag ? $this->GetPageTag(): $tag));