fixed minor error

This commit is contained in:
Daniel Barbero Martin 2021-03-30 17:49:15 +02:00
parent 4bcc566ee1
commit 01f801cb4f
1 changed files with 2 additions and 0 deletions

View File

@ -4347,6 +4347,8 @@ function pandora_xhprof_display_result($key='', $method='link')
switch ($method) {
case 'console':
error_log("'{$new_url}'");
break;
case 'link':
default:
echo "<a href='{$new_url}' target='_new'>Performance</a>\n";