Fix Project Manager calling wrong method on right object. www_viewScreen now

uses mobile template if so enabled via calling processStyle.
This commit is contained in:
Colin Kuskie 2009-06-01 20:00:16 +00:00
parent 8f09dc062d
commit fcb884a410
2 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
- fixed #10356: SQL report is cached too long
- fixed #10313: extra head elements appear twice
- fixed missing edit story and delete story icons in the Story Archive and Story Topic.
- fixed #10453: Project Management System Broken in 7.7.8
7.7.8
- fixed: Basic Auth doesn't work if password contains colon (Arjan Widlak,

View file

@ -2011,7 +2011,7 @@ sub www_viewProject {
$var->{'task.back.label'} = $i18n->get("task back label");
$var->{'task.back.url'} = $self->getUrl;
return $style->processStyle($self->processTemplate($var,$self->getValue("projectDisplayTemplateId")));
return $self->processStyle($self->processTemplate($var,$self->getValue("projectDisplayTemplateId")));
}