osTicket / osTicket-plugins

Core plugins for osTicket (v1.8+)
GNU General Public License v2.0
148 stars 162 forks source link

ldap: No current() Fatal Error 2 #272

Closed JediKev closed 1 year ago

JediKev commented 1 year ago

This addresses an error reported in #270 where we are attempting to call dn() on $r->current() but current() can sometimes return false. This adds a check for !$r->current() before continuing to dn(). See similar issue here: #260