asset immutability

This commit is contained in:
Graham Knop 2010-04-18 18:50:56 -05:00
parent a1d8dbd67a
commit 0efa62a73c
68 changed files with 84 additions and 7 deletions

View file

@ -1171,4 +1171,5 @@ sub setPrivileges {
}
__PACKAGE__->meta->make_immutable;
1; # Who knew the truth would be so obvious?

View file

@ -585,4 +585,5 @@ sub www_showConfirmation {
);
}
__PACKAGE__->meta->make_immutable;
1;

View file

@ -824,4 +824,5 @@ sub www_crop {
return $self->getAdminConsole->render($f->print.$image,$i18n->get("crop image"));
}
__PACKAGE__->meta->make_immutable;
1;

View file

@ -252,5 +252,6 @@ sub www_view {
}
__PACKAGE__->meta->make_immutable;
1;