Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
c353cbe6
Commit
c353cbe6
authored
Oct 29, 2014
by
Thomas Müller
Browse files
Merge pull request #11689 from owncloud/doctrine-2.5
Update doctrine/dbal to 2.5
parents
cb944814
46c2909c
Changes
2
Hide whitespace changes
Inline
Side-by-side
3rdparty
@
e726a92d
Compare
f4b9191a
...
e726a92d
Subproject commit
f4b9191a5f825a4285bff4b8478537a20997534c
Subproject commit
e726a92d4af699fcb1085d7219dcfbbbb953da83
lib/base.php
View file @
c353cbe6
...
...
@@ -457,8 +457,6 @@ class OC {
if
(
file_exists
(
$vendorAutoLoad
))
{
$loader
=
require_once
$vendorAutoLoad
;
$loader
->
add
(
'Pimple'
,
OC
::
$THIRDPARTYROOT
.
'/3rdparty/Pimple'
);
$loader
->
add
(
'Doctrine\\Common'
,
OC
::
$THIRDPARTYROOT
.
'/3rdparty/doctrine/common/lib'
);
$loader
->
add
(
'Doctrine\\DBAL'
,
OC
::
$THIRDPARTYROOT
.
'/3rdparty/doctrine/dbal/lib'
);
$loader
->
add
(
'Symfony\\Component\\Routing'
,
OC
::
$THIRDPARTYROOT
.
'/3rdparty/symfony/routing'
);
$loader
->
add
(
'Symfony\\Component\\Console'
,
OC
::
$THIRDPARTYROOT
.
'/3rdparty/symfony/console'
);
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment