Changeset 1066

Show
Ignore:
Timestamp:
05/09/2008 12:08:15 AM (2 years ago)
Author:
DotMG
Message:

refs #761, #575

Replacing @wikka with _wikka

The change needs to be ported into trunk

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/1.1.6.5/setup/install.php

    r1013 r1066  
    321321        $config["grabcode_button"] = '1'; 
    322322        test(sprintf(ADDING_CONFIG_ENTRY, 'wiki_suffix'), 1); 
    323         $config["wiki_suffix"] = '@wikka'; 
     323        $config["wiki_suffix"] = '_wikka'; 
    324324        test(sprintf(ADDING_CONFIG_ENTRY, 'require_edit_note'), 1); 
    325325        $config["require_edit_note"] = '0';