more bug fixes
This commit is contained in:
parent
f232b6facb
commit
40065e93e8
10 changed files with 33 additions and 18 deletions
|
|
@ -158,6 +158,7 @@ sub appendTemplateLabels {
|
|||
$var->{'startDate.label'} = $i18n->get("start date");
|
||||
$var->{"stick.label"} = $i18n->get("sticky");
|
||||
$var->{"status.label"} = $i18n->get("status");
|
||||
$var->{"synopsis.label"} = $i18n->get("synopsis");
|
||||
$var->{"thumbnail.label"} = $i18n->get("thumbnail");
|
||||
$var->{"title.label"} = $i18n->get("title");
|
||||
$var->{"layout.threaded.label"} = $i18n->get("threaded");
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@ use SOAP::Lite;
|
|||
use Storable;
|
||||
use WebGUI::Cache;
|
||||
use WebGUI::ErrorHandler;
|
||||
use WebGUI::HTTP;
|
||||
use WebGUI::International;
|
||||
use WebGUI::Macro;
|
||||
use WebGUI::Paginator;
|
||||
|
|
@ -514,9 +515,8 @@ sub view {
|
|||
if ($session{'config'}{'soapHttpHeaderOverride'} &&
|
||||
$self->get("httpHeader")) {
|
||||
|
||||
$session{'header'}{'mimetype'} = $self->get("httpHeader");
|
||||
WebGUI::ErrorHandler::warn("changed mimetype: " .
|
||||
$session{'header'}{'mimetype'});
|
||||
WebGUI::HTTP::setMimeType($self->get("httpHeader"));
|
||||
WebGUI::ErrorHandler::warn("changed mimetype: " . $session{'header'}{'mimetype'});
|
||||
}
|
||||
|
||||
# Note, we still process our template below even though it will never
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue