@@ -60,7 +60,7 @@ |
||
60 | 60 | if (SubsiteState::singleton()->withState()) { |
61 | 61 | $subsiteID = SubsiteState::singleton()->withState(); |
62 | 62 | } else { |
63 | - $subsiteID = (int) SubsiteState::singleton()->getSubsiteId(); |
|
63 | + $subsiteID = (int)SubsiteState::singleton()->getSubsiteId(); |
|
64 | 64 | } |
65 | 65 | |
66 | 66 | // Get the base table name |