This website works better with JavaScript
Home
Explore
Help
Sign In
boarspring
/
repo_zf1
mirror of
https://github.com/bluescreen/zf1-php7.2.git
Watch
2
Star
0
Fork
1
Files
Issues
0
Wiki
Browse Source
Use implode instead of join
Michele Locati
11 years ago
parent
2a3b22758c
commit
d539bb4635
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
library/Zend/Locale/Format.php
+ 1
- 1
library/Zend/Locale/Format.php
View File
@@ -789,7 +789,7 @@ class Zend_Locale_Format
}
}
- return
join
($temp);
+ return
implode
($temp);
}
/**