Changeset 1831

Show
Ignore:
Timestamp:
2008-03-28 11:57:14 (5 months ago)
Author:
wwalc
Message:

Fix for #1690: Linking to same page sub-header fails

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • MediaWiki/trunk/FCKeditorSkin.body.php

    r1829 r1831  
    232232                                } 
    233233                        } 
    234                         //see ticket 1386 why it is commented 
    235                         //$u .= $nt->getFragmentForURL(); 
     234                         
     235                        /* 
     236                        * See tickets 1386 and 1690 before changing anything 
     237                        */ 
     238                        if( $nt->getPartialUrl() == '' ) { 
     239                                $u .= $nt->getFragmentForURL(); 
     240                        } 
    236241                } 
    237242                if ( $text == '' ) {