Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in / Register
Toggle navigation
Poduptime
Project
Project
Details
Activity
Releases
Cycle Analytics
Insights
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
diasporg
Poduptime
Commits
d0a48306
Verified
Commit
d0a48306
authored
Apr 20, 2018
by
dmorley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix the hack
parent
dd98a582
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db/pull.php
db/pull.php
+1
-1
No files found.
db/pull.php
View file @
d0a48306
...
...
@@ -232,7 +232,7 @@ foreach ($pods as $pod) {
_debug
(
'Masterversion'
,
$masterversion
);
$masterversioncheck
=
explode
(
'.'
,
$masterversion
);
$shortversioncheck
=
explode
(
'.'
,
$shortversion
);
if
((
$masterversioncheck
[
1
]
-
$shortversioncheck
[
1
])
>
1
&&
strpos
(
$
shortversion
,
'dev'
)
!
==
false
)
{
if
((
$masterversioncheck
[
1
]
-
$shortversioncheck
[
1
])
>
1
&&
strpos
(
$
xdver
,
'dev'
)
==
false
)
{
//dev search added to address frendica using very odd versioning for dev code, we should look to pull dev versions and use them rather than assume dev is always ahead of prod code
_debug
(
'Outdated'
,
'Yes'
);
$score
-=
2
;
}
...
...
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