Skip to content

Commit

Permalink
Fix for OracleDB
Browse files Browse the repository at this point in the history
  • Loading branch information
FaritSlv authored and derrabus committed Jan 20, 2022
1 parent 3826326 commit 3f541a8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dbal/AclProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -520,6 +520,9 @@ private function hydrateObjectIdentities(Result $stmt, array $oidLookup, array $
$username,
$securityIdentifier] = array_values($data);

// FIX: remove duplicate slashes
$classType = str_replace('\\\\', '\\', $classType);

// has the ACL been hydrated during this hydration cycle?
if (isset($acls[$aclId])) {
$acl = $acls[$aclId];
Expand Down

0 comments on commit 3f541a8

Please sign in to comment.