Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hsynlms committed Feb 23, 2021
1 parent e3f9c29 commit 9489a28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/UrlRecord.php
Original file line number Diff line number Diff line change
Expand Up @@ -1073,7 +1073,6 @@ public function GetSeoFriendlyName ($name, $convertNonWesternChars = true, $allo
$c = $nameArr[$x];

// validations
//var_dump(array_key_exists($c, $this->_seoCharacterTable));
if ($convertNonWesternChars && array_key_exists($c, $this->_seoCharacterTable)) {
// if non-western char conversion is enabled
// try to get lower-case character from seo character table
Expand Down

0 comments on commit 9489a28

Please sign in to comment.