Skip to content

Commit

Permalink
adding missing ','
Browse files Browse the repository at this point in the history
  • Loading branch information
rchavik committed Feb 23, 2012
1 parent b545d8b commit c6449f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Model/Datasource/Database/Sqlserver.php
Expand Up @@ -75,7 +75,7 @@ class Sqlserver extends DboSource {
'host' => 'localhost\SQLEXPRESS',
'login' => '',
'password' => '',
'database' => 'cake'
'database' => 'cake',
'schema' => '',
);

Expand Down

0 comments on commit c6449f6

Please sign in to comment.