mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-31 09:06:17 +00:00
Removing php extension from vendor (ticket #1067)
git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@3181 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
parent
3a9343c7a7
commit
7e53b3909d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
|||
/**
|
||||
* Include AdoDB files.
|
||||
*/
|
||||
vendor ('adodb' . DS . 'adodb.inc.php');
|
||||
vendor ('adodb' . DS . 'adodb.inc');
|
||||
|
||||
uses ('model' . DS . 'datasources' . DS . 'dbo_source');
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue