diff options
-rw-r--r-- | type/Default.class.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/type/Default.class.php b/type/Default.class.php index 2cd8560..ce47cf3 100644 --- a/type/Default.class.php +++ b/type/Default.class.php | |||
@@ -159,6 +159,7 @@ class Type_Default { | |||
159 | $this->args['type'], | 159 | $this->args['type'], |
160 | strlen($this->args['tinstance']) ? '-' : '', $this->args['tinstance'] | 160 | strlen($this->args['tinstance']) ? '-' : '', $this->args['tinstance'] |
161 | ); | 161 | ); |
162 | $identifier = str_replace(array('[', ']'), array('\[', '\]'), $identifier); | ||
162 | 163 | ||
163 | $wildcard = strlen($this->args['tinstance']) ? '.' : '[-.]*'; | 164 | $wildcard = strlen($this->args['tinstance']) ? '.' : '[-.]*'; |
164 | 165 | ||