lat9 / product_pagination

Zen Cart: Product Pagination
GNU General Public License v2.0
1 stars 1 forks source link

$id_array referenced instead of $this->id_array in observer #16

Closed torvista closed 4 years ago

torvista commented 4 years ago

$return_html = '<li><a href="' . zen_href_link (zen_get_info_page ($id_array[$offset]), $this->page_link_parms . $this->id_array[$offset], 'NONSSL', false) . '"' . $extra_class . ' title="' . htmlentities (zen_clean_html ($this->product_names_array[$offset]), ENT_COMPAT, CHARSET) . '">' . $name . '</a></li>';