Skip to content

[FIX] undefined variable next_offset_val in PaginationLinks.php

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

Merge request reports