Make GenderSurvey a number, not string.

Change-Id: I86f528070be66ae617337bb5df64951aad9b5f58
This commit is contained in:
Matthew Flaschen 2013-07-01 18:49:57 -04:00 committed by Ori Livneh
parent 518dd6247c
commit d86c425e10

View file

@ -30,7 +30,7 @@ class VisualEditorHooks {
$wgResourceModules['schema.GenderSurvey'] = array(
'class' => 'ResourceLoaderSchemaModule',
'schema' => 'GenderSurvey',
'revision' => '5607845',
'revision' => 5607845,
);
}
} else {