@@ -53,7 +53,7 @@ |
||
| 53 | 53 | public function replaceFullTableName($tableName, $force = false) |
| 54 | 54 | { |
| 55 | 55 | $tableName = trim($tableName); |
| 56 | - if ((bool)$force === true) { |
|
| 56 | + if ((bool) $force === true) { |
|
| 57 | 57 | $result = $this->getFullTableName($tableName); |
| 58 | 58 | } elseif (strpos($tableName, '[+prefix+]') !== false) { |
| 59 | 59 | $dbase = trim($this->getConfig('database'), '`'); |