https://bugs.koozali.org/show_bug.cgi?id=12935

John Crisp <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |CONFIRMED
     Ever confirmed|0                           |1

--- Comment #1 from John Crisp <[email protected]> ---
Thanks. moved to smecontribs/smeserver-affa

Think you suggested this would fix it?

diff --git a/root/sbin/affa b/root/sbin/affa
index 7eb4de9..3a912e7 100644
--- a/root/sbin/affa
+++ b/root/sbin/affa
@@ -1837,8 +1837,9 @@ sub getSourceDirs($) {

             # Remove duplicates
             # This is done in the calling sub getSourceDirs but we need to do
it before
-            @remoteDirs = sort ( keys { map { $_ => 1 } @remoteDirs } );
-            @localDirs  = sort ( keys { map { $_ => 1 } @localDirs } );
+            @remoteDirs = sort (keys %{ { map { $_ => 1 } @remoteDirs } });
+            @localDirs  = sort (keys %{ { map { $_ => 1 } @localDirs } });
+

If so I can push it immediately.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to