Commit 4982cf84 authored by Sonia Zorba's avatar Sonia Zorba Committed by zonia3000
Browse files

Bugfix class usage

parent c295f8e7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -206,7 +206,7 @@ class MySQLOAuth2ClientDAO extends BaseMySQLDAO implements OAuth2ClientDAO {
            return null;
        }
        if (count($result) > 1) {
            throw new Exception("Found multiple clients associated to the same client id!");
            throw new \Exception("Found multiple clients associated to the same client id!");
        }

        $row = $result[0];