perftools / xhgui

Web interface for XHProf profiling data can store data in MongoDB or PDO database
1.65k stars 341 forks source link

Fix missing required parameter in RunController:274 #481

Closed sunanzhi closed 2 years ago

sunanzhi commented 2 years ago

when I access /run/compare?base=xxx page, Pagination is unavailable because of this bug. because templates/runs/compare.twig referencing a nonexistent value -> {{ helpers.pagination('run.compare', pagination, url_params) }}

fixes https://github.com/perftools/xhgui/issues/471

sunanzhi commented 2 years ago

wait, tomorrow i will fix it and commit again.

NOTE: Edited by maintainer to remove email spam.