summaryrefslogtreecommitdiffstats
path: root/apps/bookmarks/lib/bookmarks.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/bookmarks/lib/bookmarks.php')
-rwxr-xr-xapps/bookmarks/lib/bookmarks.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/bookmarks/lib/bookmarks.php b/apps/bookmarks/lib/bookmarks.php
index 3f27af09557..cbc50fdb81c 100755
--- a/apps/bookmarks/lib/bookmarks.php
+++ b/apps/bookmarks/lib/bookmarks.php
@@ -35,7 +35,7 @@ class OC_Bookmarks_Bookmarks{
*/
public static function findBookmarks($offset, $sqlSortColumn, $filter, $filterTagOnly){
//OCP\Util::writeLog('bookmarks', 'findBookmarks ' .$offset. ' '.$sqlSortColumn.' '. $filter.' '. $filterTagOnly ,OCP\Util::DEBUG);
- $CONFIG_DBTYPE = OC_Config::getValue( 'dbtype', 'sqlite' );
+ $CONFIG_DBTYPE = OCP\Config::getSystemValue( 'dbtype', 'sqlite' );
$params=array(OCP\USER::getUser());