fixed minor error
This commit is contained in:
parent
4bcc566ee1
commit
01f801cb4f
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue