Index: trunk/extensions/Wikidata/OmegaWiki/Editor.php |
— | — | @@ -2067,6 +2067,12 @@ |
2068 | 2068 | public function getAttributeEditorMap() { |
2069 | 2069 | return $this->wrappedEditor->getAttributeEditorMap(); |
2070 | 2070 | } |
| 2071 | + |
| 2072 | + public function getDisplayHeader() { |
| 2073 | + // only used for DefaultEditor so far. |
| 2074 | + // here returns only default true. |
| 2075 | + return true; |
| 2076 | + } |
2071 | 2077 | } |
2072 | 2078 | |
2073 | 2079 | class PopUpEditor extends WrappingEditor { |