typo.
This commit is contained in:
parent
854a21e311
commit
1b0adbb416
1 changed files with 1 additions and 1 deletions
|
|
@ -134,7 +134,7 @@ sub page {
|
||||||
$method = "www_".$method;
|
$method = "www_".$method;
|
||||||
$output = eval{$asset->$method()};
|
$output = eval{$asset->$method()};
|
||||||
if ($@) {
|
if ($@) {
|
||||||
WebGUI::ErrorHandler::warn("Couldn't call method ".$method." on asset for ".$session{wguri}()." Root cause: ".$@);
|
WebGUI::ErrorHandler::warn("Couldn't call method ".$method." on asset for ".$session{wguri}." Root cause: ".$@);
|
||||||
$output = $asset->www_view;
|
$output = $asset->www_view;
|
||||||
} else {
|
} else {
|
||||||
if ($output eq "" && $method ne "view") {
|
if ($output eq "" && $method ne "view") {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue