Skip to content

Commit

Permalink
Remove duplicate Unicode lib (keeping the newer version + relocate)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-kiegel committed Apr 2, 2015
1 parent 5288315 commit f17ed4f
Show file tree
Hide file tree
Showing 13 changed files with 163 additions and 1,336 deletions.
2 changes: 1 addition & 1 deletion Modules/Wiki/mediawiki/Title.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

/** */
if ( !class_exists( 'UtfNormal' ) ) {
require_once( dirname(__FILE__) . '/normal/UtfNormal.php' );
require_once( 'include/Unicode/UtfNormal.php' );
}

define ( 'GAID_FOR_UPDATE', 1 );
Expand Down
Loading

0 comments on commit f17ed4f

Please sign in to comment.