Do not remove magic word when saving page.

This commit is contained in:
Daniel Kraus
2013-02-23 14:07:00 +01:00
parent 6d38db71af
commit ae1f72aefd
4 changed files with 13 additions and 2 deletions

View File

@ -5,6 +5,6 @@
$magicWords = array();
$magicWords['en'] = array(
'MAG_LINKTITLES_NOAUTOLINKS' => '__NOAUTOLINKS__',
'MAG_LINKTITLES_NOAUTOLINKS' => array(0, '__NOAUTOLINKS__')
);