remove getAdminConsole from Survey

This commit is contained in:
Doug Bell 2010-07-15 12:54:31 -05:00
parent c030946688
commit 2471517fa7
2 changed files with 2 additions and 47 deletions

View file

@ -659,8 +659,7 @@ sub www_editSurvey {
Extends the base class to add in survey controls like edit, view graph, run tests, and
test suite.
=cut
# TODO: Convert to Asset Helper
sub getAdminConsole {
my $self = shift;
my $ac = $self->SUPER::getAdminConsole;