Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
isp
ISPConfig 3
Commits
b2f74d06
Commit
b2f74d06
authored
Jan 18, 2018
by
Ederson Mora
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update simplepie.inc.php
parent
bc3ff228
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
interface/lib/classes/simplepie.inc.php
interface/lib/classes/simplepie.inc.php
+1
-1
No files found.
interface/lib/classes/simplepie.inc.php
View file @
b2f74d06
...
...
@@ -13338,7 +13338,7 @@ class SimplePie_Parse_Date
}
// Convert the number of seconds to an integer, taking decimals into account
$second
=
round
(
$match
[
6
]
+
$match
[
7
]
/
pow
(
10
,
strlen
(
$match
[
7
])));
$second
=
round
(
$match
[
6
]
+
$match
[
7
]
/
pow
(
10
,
(
int
)
strlen
(
$match
[
7
])));
return
gmmktime
(
$match
[
4
],
$match
[
5
],
$second
,
$match
[
2
],
$match
[
3
],
$match
[
1
])
-
$timezone
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment