gosa-project / gosa-core

GOsa core
GNU General Public License v2.0
16 stars 14 forks source link

fix indexing in else branch and change to NULL Coalescing #62

Closed Juinness closed 4 months ago

Juinness commented 4 months ago

The If condition asks whether $index is an array. Accordingly, the value must be accessed directly in the else branch.

Additionally use a NULL coalescing to avoid an unnecessary isset() check.