added sortable sub calls table to profiler output. Niftiness.
This commit is contained in:
parent
eb13ca2df3
commit
41f3318e3c
5 changed files with 626 additions and 8 deletions
|
|
@ -103,7 +103,7 @@ sub page {
|
|||
}
|
||||
}
|
||||
$output = tryAssetMethod($session,$asset,$method);
|
||||
$output = tryAssetMethod($session,$asset,"view") unless ($method eq "view" || $output);
|
||||
$output = tryAssetMethod($session,$asset,"view") unless ($output || ($method eq "view"));
|
||||
}
|
||||
}
|
||||
if ($output eq "") {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue