Changeset 939
- Timestamp:
- 02/22/2008 08:28:28 AM (3 years ago)
- Files:
-
- 1 modified
-
trunk/libs/Wakka.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libs/Wakka.class.php
r900 r939 3010 3010 { 3011 3011 $attrAction = ' action="'.$this->Href($handler).'"'; 3012 $hidden['wakka'] = ('' != $tag) ? $tag : $this->tag; 3012 // #670: This value will short-circuit the value of wakka=... in URL. 3013 $hidden['wakka'] = $this->MiniHref($handler, ('' == $tag ? $this->GetPageTag(): $tag)); 3013 3014 // @@@ add passed extra GET params here by adding them as extra 3014 3015 // entries to $hidden (probably not by adding them to Href()