| @@ -44,9 +44,9 @@ | ||
| 44 | 44 | $this->set('plugin', plugin_basename(E2PDF_ROOT_FILE)); |
| 45 | 45 | $this->set('slug', dirname(plugin_basename(E2PDF_ROOT_FILE))); |
| 46 | 46 | } |
| 47 | 47 | $this->set('cache', get_option('e2pdf_cache', '1')); |
| 48 | - $parse_args = wp_parse_args(home_url(add_query_arg(null, null))); | |
| 48 | + $parse_args = wp_parse_args(home_url(add_query_arg([], false))); | |
| 49 | 49 | $this->set('page', reset($parse_args)); |
| 50 | 50 | if (get_option('e2pdf_memory_time', '0')) { |
| 51 | 51 | $this->set('memory_debug', memory_get_usage()); |
| 52 | 52 | $this->set('time_debug', microtime(true)); |