Skip to content

Instantly share code, notes, and snippets.

@garciademarina
Created September 12, 2017 08:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save garciademarina/c4d8fa32468a18c97c986d7c52228607 to your computer and use it in GitHub Desktop.
Save garciademarina/c4d8fa32468a18c97c986d7c52228607 to your computer and use it in GitHub Desktop.

In file oc-content/themes/gum/class/payments_pro/user/menu.php line 91

Change from :

printf('<li><a class="searchPaginationSelected" href="%s">%d</a>'</li>, osc_route_url('payment-pro-user-menu-page', array('iPage' => $i)), ($i + 1));

to

printf('<li><a class="searchPaginationSelected" href="%s">%d</a></li>', osc_route_url('payment-pro-user-menu-page', array('iPage' => $i)), ($i + 1));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment