When on admin/settings/retriever/view/arguments if there are no arguments and you click save (I know there is no need to) it causes an error and calls variable_set() with an unset variable.

CommentFileSizeAuthor
#1 content_distribution-824698-1.patch1.44 KBagileware

Comments

agileware’s picture

Status: Active » Needs review
StatusFileSize
new1.44 KB

Patch attached.

joachim’s picture

Status: Needs review » Needs work

Do you mean if the remote view doesn't actually have any arguments beyond the date?

In which case, the better thing to do would be not to show the form, and instead put 'The view has no arguments' or something like that.