This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
kiduc
/
bibiuc.com
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
59
Wiki
Activity
Browse Source
Suppress error
Suppress error on some of Linux distro.
pull/31/merge
Danang Probo Sayekti
12 years ago
parent
e12cf5ca7a
commit
2949af2922
1 changed files
with
4 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-2
system/includes/functions.php
+ 4
- 2
system/includes/functions.php
View File
@ -36,8 +36,10 @@ function get_post_sorted(){
$tmp
=
glob
(
'content/*/blog/*.md'
,
GLOB_NOSORT
);
foreach
(
$tmp
as
$file
)
{
$_cache
[]
=
pathinfo
(
$file
);
if
(
is_array
(
$tmp
))
{
foreach
(
$tmp
as
$file
)
{
$_cache
[]
=
pathinfo
(
$file
);
}
}
}
Write
Preview
Loading…
Cancel
Save