@@ -225,8 +225,8 @@ |
||
| 225 | 225 | |
| 226 | 226 | $libraries = explode(', ', end($match[1])); |
| 227 | 227 | |
| 228 | - if (in_array('\'' . $type . '\'', $libraries)) { |
|
| 229 | - $position = array_search('\'' . $type . '\'', $libraries); |
|
| 228 | + if (in_array('\''.$type.'\'', $libraries)) { |
|
| 229 | + $position = array_search('\''.$type.'\'', $libraries); |
|
| 230 | 230 | |
| 231 | 231 | unset($libraries[$position]); |
| 232 | 232 | |