]> git.uio.no Git - usit-rt.git/blobdiff - lib/RT/I18N/ru.pm
Putting 4.2.0 on top of 4.0.17
[usit-rt.git] / lib / RT / I18N / ru.pm
index 1635a1862938b70d579ef186290273ca47530813..c10ac692186cd6088ece3c7e75e861df951ec6e0 100644 (file)
@@ -2,7 +2,7 @@
 #
 # COPYRIGHT:
 #
-# This software is Copyright (c) 1996-2012 Best Practical Solutions, LLC
+# This software is Copyright (c) 1996-2013 Best Practical Solutions, LLC
 #                                          <sales@bestpractical.com>
 #
 # (Except where explicitly superseded by other copyright notices)
@@ -75,7 +75,7 @@ sub numerate {
     } else {
         $form = 2;
     }
-    return $forms[$form];
+    return $forms[$form] || (grep defined, @forms)[0];
 }
 
 RT::Base->_ImportOverlays();