Index: branches/RC/core/install.php =================================================================== diff -u -r11168 -r11177 --- branches/RC/core/install.php (.../install.php) (revision 11168) +++ branches/RC/core/install.php (.../install.php) (revision 11177) @@ -298,7 +298,7 @@ case 'select_theme': if (count($this->toolkit->getThemes(true)) == 1) { // only one theme -> set it as primary - $sql = 'UPDATE ' . $this->Application->getUnitOption('theme', 'TableName') . 'Theme + $sql = 'UPDATE ' . $this->Application->getUnitOption('theme', 'TableName') . ' SET Enabled = 1, PrimaryTheme = 1 LIMIT 1'; $this->Conn->Query($sql);