Page MenuHomePhabricator

cite_body.patch

Authored By
bzimport
Nov 21 2014, 10:09 PM
Size
507 B
Referenced Files
None
Subscribers
None

cite_body.patch

Index: Cite_body.php
===================================================================
--- Cite_body.php (revision 36127)
+++ Cite_body.php (working copy)
@@ -202,7 +202,7 @@
if ( isset( $argv['group'] ) ){
if (! $wgAllowCiteGroups ) return array(false); //remove when groups are fully tested.
// Group given.
- $group = $this->validateName( $argv['group'] );
+ $group = $argv['group'];//don't apply validateName for group display
unset( $argv['group']);
--$cnt;
}

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4406
Default Alt Text
cite_body.patch (507 B)

Event Timeline