r106737 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r106736‎ | r106737 | r106738 >
Date:00:14, 20 December 2011
Author:demon
Status:ok
Tags:
Comment:
Fix syntax error
Modified paths:
  • /trunk/extensions/UploadLocal/UploadLocal.i18n.php (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadLocal/UploadLocal.i18n.php
@@ -8,7 +8,7 @@
99 $messages = array();
1010
1111 $messages['en'] = array(
12 - 'uploadlocal-desc' => 'Allows users to link in files already on the server'
 12+ 'uploadlocal-desc' => 'Allows users to link in files already on the server',
1313 'specialuploadlocal' => 'Upload local files',
1414 'uploadlocal' => 'Upload local files',
1515 'uploadlocal_directory_readonly' => 'The local upload directory ($1) is not writeable by the webserver.',

Status & tagging log