* Rv: Causing some kind of error, I'll change it back when I figure out what
the problem is
This commit is contained in:
parent
6a504d2d9f
commit
ca50b7dc65
1 changed files with 2 additions and 2 deletions
|
|
@ -1273,7 +1273,7 @@ class Image
|
|||
|
||||
if ( $wgUseCopyrightUpload ) {
|
||||
if ( $license != '' ) {
|
||||
$licensetxt = '== ' . wfMsg( 'license' ) . " ==$license\n";
|
||||
$licensetxt = '== ' . wfMsg( 'license' ) . " ==\n" . '{{' . $license . '}}' . "\n";
|
||||
}
|
||||
$textdesc = '== ' . wfMsg ( 'filedesc' ) . " ==\n" . $desc . "\n" .
|
||||
'== ' . wfMsg ( 'filestatus' ) . " ==\n" . $copyStatus . "\n" .
|
||||
|
|
@ -1283,7 +1283,7 @@ class Image
|
|||
if ( $license != '' ) {
|
||||
$filedesc = $desc == '' ? '' : '== ' . wfMsg ( 'filedesc' ) . " ==\n" . $desc . "\n";
|
||||
$textdesc = $filedesc .
|
||||
'== ' . wfMsg ( 'license' ) . " ==\n$license\n";
|
||||
'== ' . wfMsg ( 'license' ) . " ==\n" . '{{' . $license . '}}' . "\n";
|
||||
} else {
|
||||
$textdesc = $desc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue