diff options
Diffstat (limited to '')
-rw-r--r-- | type/Default.class.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/type/Default.class.php b/type/Default.class.php index c08745d..a56e00c 100644 --- a/type/Default.class.php +++ b/type/Default.class.php | |||
@@ -189,7 +189,6 @@ class Type_Default { | |||
189 | else { | 189 | else { |
190 | $sources = $this->tinstances; | 190 | $sources = $this->tinstances; |
191 | } | 191 | } |
192 | $sources = str_replace('.', '_', $sources); | ||
193 | } | 192 | } |
194 | # or one file with multiple data_sources | 193 | # or one file with multiple data_sources |
195 | else { | 194 | else { |