Skip to content

Commit

Permalink
Fixed issue #9468: Unable to activate survey
Browse files Browse the repository at this point in the history
Fixed issue #9483: Crash when initializating tokens table
  • Loading branch information
c-schmitz committed Jan 30, 2015
1 parent 15fc18c commit 57fa5c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions application/core/db/DbConnection.php
Expand Up @@ -10,6 +10,7 @@ public function __construct($dsn = '', $username = '', $password = '') {
'mssql' => 'MssqlSchema',
'dblib' => 'MssqlSchema',
'sqlsrv' => 'MssqlSchema',
'pgsql' => 'PgsqlSchema'
));
}
}
Expand Down
3 changes: 1 addition & 2 deletions application/core/db/SmartColumnTypeTrait.php
Expand Up @@ -14,7 +14,6 @@ public function getColumnType($type)
} else {
$result = parent::getColumnType($type);
}

return $result;
return $result;
}
}

0 comments on commit 57fa5c3

Please sign in to comment.