Browse Source

Use implode instead of join

Michele Locati 11 years ago
parent
commit
d539bb4635
1 changed files with 1 additions and 1 deletions
  1. 1 1
      library/Zend/Locale/Format.php

+ 1 - 1
library/Zend/Locale/Format.php

@@ -789,7 +789,7 @@ class Zend_Locale_Format
             }
         }
 
-        return join($temp);
+        return implode($temp);
     }
 
     /**