This is a really nice feature. It's too bad as it seems to be abandoned. But, just in case...

I'm using D7.36 and latest version of Views.

    Notice: Undefined variable: query in views_savedsearches_save_search_form() (line 264 of /home/boo/public_html/booboo/sites/all/modules/views_savedsearches/views_savedsearches.module).
    Warning: implode(): Invalid arguments passed in views_savedsearches_save_search_form() (line 264 of /home/boo/public_html/booboo/sites/all/modules/views_savedsearches/views_savedsearches.module).
    Strict warning: Only variables should be passed by reference in theme_views_savedsearches_container() (line 732 of /home/boo/public_html/booboo/sites/all/modules/views_savedsearches/views_savedsearches.module).
CommentFileSizeAuthor
#1 patch.diff1.88 KBgtepel
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

gtepel’s picture

FileSize
1.88 KB

There might be some underlying problem causing these issues, but this patch should remove the warnings at least.

I didn't change any functionality, just made sure the $query variable was delcared and made sure drupal_render() was being passed a variable so it can be called by reference.

gtepel’s picture

Status: Active » Needs review