Changeset 941

Show
Ignore:
Timestamp:
02/22/2008 08:59:06 AM (3 years ago)
Author:
DotMG
Message:

COORD of [940]

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, #575

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/libs/Wakka.class.php

    r939 r941  
    30093009                else 
    30103010                { 
    3011                         $attrAction = ' action="'.$this->Href($handler).'"'; 
     3011                        $attrAction = ' action="'.$this->Href($handler, $tag).'"'; 
    30123012                        // #670: This value will short-circuit the value of wakka=... in URL. 
    30133013                        $hidden['wakka'] = $this->MiniHref($handler, ('' == $tag ? $this->GetPageTag(): $tag));