@@ -52,7 +52,7 @@ |
||
| 52 | 52 | { |
| 53 | 53 | $regex = '^172\.(1[6-9]|2[0-9]|3[01])\.'; |
| 54 | 54 | |
| 55 | - if((new Poke)->getConnection()->getConfig('driver') == 'sqlite') { |
|
| 55 | + if ((new Poke)->getConnection()->getConfig('driver') == 'sqlite') { |
|
| 56 | 56 | $regex = "/$regex/"; |
| 57 | 57 | $this->createSqliteRegexpFunction(); |
| 58 | 58 | } |