Changeset 614 for trunk/wifidog-auth/wifidog/classes/Node.php
- Timestamp:
- 05/03/05 11:05:40 (8 years ago)
- Files:
-
- 1 modified
-
trunk/wifidog-auth/wifidog/classes/Node.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wifidog-auth/wifidog/classes/Node.php
r608 r614 464 464 if($content_group->getDisplayNumElements() >= 1) 465 465 { 466 if($content_group->isDisplayableAt($this))467 {466 if($content_group->isDisplayableAt($this)) 467 { 468 468 // Disable logging and allow content to expand ( if possible ) 469 469 $content_group->setExpandStatus(true); 470 470 $content_group->setLoggingStatus(false); 471 471 $retval[] = $content_group; 472 }472 } 473 473 } 474 474 }
