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
82d0bd32
Commit
82d0bd32
authored
Jun 29, 2015
by
Rajesh Taneja
Browse files
MDL-50675 repository_wikimedia: Fixed title varaible
parent
ae7f9ead
Changes
1
Hide whitespace changes
Inline
Side-by-side
repository/wikimedia/wikimedia.php
View file @
82d0bd32
...
...
@@ -70,7 +70,7 @@ class wikimedia {
$this
->
_param
[
'titles'
]
.
=
(
'|'
.
urldecode
(
$title
));
}
}
else
{
$this
->
_param
[
'titles'
]
=
urldecode
(
$title
);
$this
->
_param
[
'titles'
]
=
urldecode
(
$title
s
);
}
$this
->
_param
[
'prop'
]
=
'imageinfo'
;
$this
->
_param
[
'iiprop'
]
=
'url'
;
...
...
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