Skip to content

Commit

Permalink
Multibyte String Enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
raamdev committed Jun 7, 2016
1 parent edadf24 commit e1f5423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/includes/traits/Plugin/InstallUtils.php
Expand Up @@ -346,7 +346,7 @@ public function addAdvancedCache()
$advanced_cache_contents = preg_replace(
[
'/'.preg_quote("'%%".GLOBAL_NS.'_'.$_option."%%'", '/').'/ui',
'/'.preq_quote("'%%".GLOBAL_NS.'_'.preg_replace('/^cache_/ui', '', $_option)."%%'", '/').'/ui',
'/'.preg_quote("'%%".GLOBAL_NS.'_'.preg_replace('/^cache_/ui', '', $_option)."%%'", '/').'/ui',
],
$_value,
$advanced_cache_contents
Expand Down

0 comments on commit e1f5423

Please sign in to comment.