bug 8215: (followup) avoid spurious warning in Apache log

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
Galen Charlton 2013-05-21 09:06:18 -07:00
parent c199cc6ef9
commit 281448f84e

View file

@ -37,7 +37,7 @@ my ( $template, $loggedinuser, $cookie ) = get_template_and_user(
} }
); );
my $action = $cgi->param('action'); my $action = $cgi->param('action') || '';
if ( $action eq 'del' ) { if ( $action eq 'del' ) {
DelCourse( $cgi->param('course_id') ); DelCourse( $cgi->param('course_id') );