diff --git a/lib/WebGUI/Asset/Redirect.pm b/lib/WebGUI/Asset/Redirect.pm index 9f5083269..cb1f22698 100644 --- a/lib/WebGUI/Asset/Redirect.pm +++ b/lib/WebGUI/Asset/Redirect.pm @@ -93,7 +93,7 @@ sub www_edit { =head2 exportHtml_view -A web executable method that redirects the user to the specified page, or displays the edit interface when admin mode is enabled. +Override the method from AssetExportHtml to handle the redirect. =cut diff --git a/lib/WebGUI/AssetExportHtml.pm b/lib/WebGUI/AssetExportHtml.pm index effc00988..7fa388149 100644 --- a/lib/WebGUI/AssetExportHtml.pm +++ b/lib/WebGUI/AssetExportHtml.pm @@ -214,6 +214,7 @@ sub _exportAsHtml { } #------------------------------------------------------------------- + =head2 exportAsHtml Same as www_exportGenerate except without the output. Returns