Commit 05644a45 authored by morse%netscape.com's avatar morse%netscape.com
Browse files

pass current url rather than base url to single signon

parent 93655d3f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2461,7 +2461,7 @@ lo_ProcessInputTag(MWContext *context, lo_DocState *state, PA_Tag *tag)
				if (state->top_state) { /* null-check probably not needed */
				    SI_RestoreOldSignonData
					(context, form_element,
					state->top_state->base_url);
					context->hist.cur_doc_ptr->address);
				}
#endif
				attr = lo_PopFont(state, tag->type);