Skip to content

Commit 0772db6

Browse files
committed
Fix old error requiring wrong file
1 parent f0b9102 commit 0772db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/vendor/creole/drivers/mssqlsrv/MSSQLSRVConnection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ public function prepareStatement($sql)
117117
*/
118118
public function createStatement()
119119
{
120-
require_once 'creole/drivers/mssql/MSSQLStatement.php';
120+
require_once 'creole/drivers/mssqlsrv/MSSQLSRVStatement.php';
121121
return new MSSQLSRVStatement($this);
122122
}
123123

@@ -319,4 +319,4 @@ function getLastInsertedId()
319319

320320
return $lastInsertedId;
321321
}
322-
}
322+
}

0 commit comments

Comments
 (0)