Changeset 938
- Timestamp:
- 02/22/2008 08:26:29 AM (3 years ago)
- Files:
-
- 1 modified
-
branches/1.1.6.4/libs/Wakka.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.6.4/libs/Wakka.class.php
r934 r938 1144 1144 { 1145 1145 $attrAction = ' action="'.$this->Href($handler).'"'; 1146 $hidden['wakka'] = ('' != $tag) ? $tag : $this->tag; 1146 // #670: This value will short-circuit the value of wakka=... in URL. 1147 $hidden['wakka'] = $this->MiniHref($handler, ('' == $tag ? $this->GetPageTag(): $tag)); 1147 1148 // @@@ add passed extra GET params here by adding them as extra 1148 1149 // entries to $hidden (probably not by adding them to Href()