Index: trunk/extensions/Wikidata/OmegaWiki/OmegaWikiEditors.php |
— | — | @@ -615,7 +615,7 @@ |
616 | 616 | |
617 | 617 | $editor = new RecordSetTableEditor($o->collectionMembership, new SimplePermissionController(true), new ShowEditFieldChecker(true), new AllowAddController(true), true, false, new DefinedMeaningCollectionController()); |
618 | 618 | $editor->addEditor(new CollectionReferenceEditor($o->collectionMeaning, new SimplePermissionController(false), true)); |
619 | | - $editor->addEditor(new ShortTextEditor($o->sourceIdentifier, new SimplePermissionController(true), true)); |
| 619 | + $editor->addEditor(new ShortTextEditor($o->sourceIdentifier, new SimplePermissionController(false), true)); |
620 | 620 | |
621 | 621 | if (count($wgGotoSourceTemplates) > 0) |
622 | 622 | $editor->addEditor(new GotoSourceEditor($o->gotoSource, new SimplePermissionController(true), true)); |