mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
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) {
|
switch ($method) {
|
||||||
case 'console':
|
case 'console':
|
||||||
error_log("'{$new_url}'");
|
error_log("'{$new_url}'");
|
||||||
|
break;
|
||||||
|
|
||||||
case 'link':
|
case 'link':
|
||||||
default:
|
default:
|
||||||
echo "<a href='{$new_url}' target='_new'>Performance</a>\n";
|
echo "<a href='{$new_url}' target='_new'>Performance</a>\n";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user