Changeset 940
- Timestamp:
- 02/22/2008 08:44: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
r938 r940 1143 1143 else 1144 1144 { 1145 $attrAction = ' action="'.$this->Href($handler ).'"';1145 $attrAction = ' action="'.$this->Href($handler, $tag).'"'; 1146 1146 // #670: This value will short-circuit the value of wakka=... in URL. 1147 1147 $hidden['wakka'] = $this->MiniHref($handler, ('' == $tag ? $this->GetPageTag(): $tag));