Skip to content

[FIX] undefined variable in PaginationLinks.php

Ushindi Gedeon requested to merge GedeonTS/tiki:fix_undefined_url_k_val into master
  • The variable $url_k_val was initiated inside a condition but being accessed outside of it, that's why it shows the error "Undefined variable $url_k_val, to fix this, I initiated the variable at the beginning
  • https://app.glitchtip.com/evoludata/issues/2723230

Merge request reports