Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
ISPConfig 3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
isp
ISPConfig 3
Commits
090e6f3e
Commit
090e6f3e
authored
Jan 18, 2018
by
Till Brehm
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'patch-4' into 'master'
Update simplepie.inc.php See merge request
!712
parents
6d15c0f3
b2f74d06
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 @
090e6f3e
...
...
@@ -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