diff --git a/ironcache/ext.ironcache.php b/ironcache/ext.ironcache.php index 746a3d1..f24d98f 100755 --- a/ironcache/ext.ironcache.php +++ b/ironcache/ext.ironcache.php @@ -269,7 +269,7 @@ private function _parse_config() } } - elseif(preg_match('/' . $t[0] . '/', $this->uri)) + elseif(preg_match('#' . $t[0] . '#', $this->uri)) { $this->cacheable = true; }