]> git.uio.no Git - usit-rt.git/blobdiff - lib/RT/Action/CreateTickets.pm
Upgrade to 4.0.8 with mod of ExternalAuth + absolute paths to ticket-menu.
[usit-rt.git] / lib / RT / Action / CreateTickets.pm
index 34a6217996ebc76ab0b35027b81a2ed3cc5ddfb2..29fef5ed4c4212873082b37a27ad52991750a798 100644 (file)
@@ -567,7 +567,8 @@ sub Parse {
         $self->_ParseMultilineTemplate(%args);
     } elsif ( $args{'Content'} =~ /(?:\t|,)/i ) {
         $self->_ParseXSVTemplate(%args);
-
+    } else {
+        RT->Logger->error("Invalid Template Content (Couldn't find ===, and is not a csv/tsv template) - unable to parse: $args{Content}");
     }
 }