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
abe408e9
Commit
abe408e9
authored
Mar 14, 2013
by
Björn Schießle
Browse files
replace \MDB with \OC_DB, approved in #2278
parent
8154b4be
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/files/cache/cache.php
View file @
abe408e9
...
...
@@ -204,7 +204,7 @@ class Cache {
$query
=
\
OC_DB
::
prepare
(
'INSERT INTO `*PREFIX*filecache`('
.
implode
(
', '
,
$queryParts
)
.
')'
.
' VALUES('
.
implode
(
', '
,
$valuesPlaceholder
)
.
')'
);
$result
=
$query
->
execute
(
$params
);
if
(
\
M
DB
2
::
isError
(
$result
))
{
if
(
\
OC_
DB
::
isError
(
$result
))
{
\
OCP\Util
::
writeLog
(
'cache'
,
'Insert to cache failed: '
.
$result
,
\
OCP\Util
::
ERROR
);
}
...
...
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