notice: Undefined index: #children in /home/boombatower/software/drupal-6/sites/all/modules/tabs/tabs.theme.inc on line 52.
CommentFileSizeAuthor
#1 587472-notice.patch1.15 KBboombatower

Comments

boombatower’s picture

Assigned: Unassigned » boombatower
Status: Active » Needs review
StatusFileSize
new1.15 KB

empty() will be true if !isset() so the condition can be optimized.

To fix the notice I wrapped #children chunk with !empty.

nedjo’s picture

Status: Needs review » Fixed

Thanks, applied.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.