Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
integration
prechecker
Commits
ae7f9ead
Commit
ae7f9ead
authored
Jun 29, 2015
by
Rajesh Taneja
Browse files
MDL-50675 repository_wikimedia: Wikimedia is using https and not http
parent
47cbd1b4
Changes
1
Hide whitespace changes
Inline
Side-by-side
repository/wikimedia/wikimedia.php
View file @
ae7f9ead
...
...
@@ -34,7 +34,7 @@ class wikimedia {
public
function
__construct
(
$url
=
''
)
{
if
(
empty
(
$url
))
{
$this
->
api
=
'http://commons.wikimedia.org/w/api.php'
;
$this
->
api
=
'http
s
://commons.wikimedia.org/w/api.php'
;
}
else
{
$this
->
api
=
$url
;
}
...
...
@@ -116,7 +116,7 @@ class wikimedia {
return
$image_url
;
}
else
{
$thumb_url
=
''
;
$commons_main_dir
=
'http://upload.wikimedia.org/wikipedia/commons/'
;
$commons_main_dir
=
'http
s
://upload.wikimedia.org/wikipedia/commons/'
;
if
(
$image_url
)
{
$short_path
=
str_replace
(
$commons_main_dir
,
''
,
$image_url
);
$extension
=
strtolower
(
pathinfo
(
$short_path
,
PATHINFO_EXTENSION
));
...
...
Write
Preview
Supports
Markdown
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