Bug 33020: (QA follow-up) POD and chmod
authorNick Clemens <nick@bywatersolutions.com>
Fri, 24 Feb 2023 21:01:43 +0000 (21:01 +0000)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 27 Feb 2023 14:33:50 +0000 (11:33 -0300)
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Koha/Logger.pm
t/db_dependent/www/rest_api.t [changed mode: 0644->0755]

index 66c78a6..3f335c2 100644 (file)
@@ -204,6 +204,15 @@ sub context {
     return $self;
 }
 
+=head2 history
+
+Similar to above, Mojolicious has a "history" method and will die
+on it if it's missing from the logger.
+
+Note: We are just preventing a crash here not returning a new history logger.
+
+=cut
+
 sub history {
     my ( $self, @history) = @_;
     if ( @history ) {
old mode 100644 (file)
new mode 100755 (executable)