Remove getValue from Assets, except for those in getEditForm which will go away later.
This commit is contained in:
parent
1b647c70f2
commit
ec5208839e
9 changed files with 45 additions and 45 deletions
|
|
@ -624,7 +624,7 @@ sub processPropertiesFromFormPost {
|
|||
# TODO: Perhaps add a way to check template syntax before it blows stuff up?
|
||||
my %data;
|
||||
my $needsUpdate = 0;
|
||||
if ($self->getValue("parser") ne $self->session->form->process("parser","className") && ($self->session->form->process("parser","className") ne "")) {
|
||||
if ($self->parser ne $self->session->form->process("parser","className") && ($self->session->form->process("parser","className") ne "")) {
|
||||
$needsUpdate = 1;
|
||||
if (isIn($self->session->form->process("parser","className"),@{$self->session->config->get("templateParsers")})) {
|
||||
%data = ( parser => $self->session->form->process("parser","className") );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue