chiark / gitweb /
Fix error with more recent perl
[modbot-mtm.git] / webstump / scripts / webstump.pl
index ba5343ea70bd793f78a887d0d4a4ebe5dc577520..dfe7dc38e0b08fd139718d2824202e0687f0cee9 100755 (executable)
@@ -37,7 +37,7 @@ $html_mode = "yes";
 
 $command = "";
 
-if( defined %request ) {
+if(  %request ) {
   &disinfect_request;
   $command = $request{'action'} if( defined $request{'action'} );
 }