Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
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
c7f27304
Commit
c7f27304
authored
Jan 08, 2015
by
Arthur Schiwon
Browse files
fix table name for getList
parent
9668405e
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/user_ldap/lib/mapping/abstractmapping.php
View file @
c7f27304
...
...
@@ -32,7 +32,7 @@ abstract class AbstractMapping {
}
/**
* checks whether a provided string represents an exis
i
ting table col
* checks whether a provided string represents an existing table col
* @param string $col
* @return bool
*/
...
...
@@ -164,7 +164,7 @@ abstract class AbstractMapping {
`ldap_dn` AS `dn`,
`owncloud_name` AS `name`,
`directory_uuid` AS `uuid`
FROM `
*PREFIX*ldap_user_mapping
`'
,
FROM `
'
.
$this
->
getTableName
()
.
'
`'
,
$limit
,
$offset
);
...
...
Write
Preview
Supports
Markdown
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