summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
10270bf)
* Fixed bug #7630: Several problems with locking API (t3lib_lock)
* Fixed bug #7700: Fatal error if caching is disabled and locking enabled (follow-up on bug #7630)
* Fixed bug #7630: Several problems with locking API (t3lib_lock)
* Fixed bug #7700: Fatal error if caching is disabled and locking enabled (follow-up on bug #7630)
+ * Fixed bug #5252: Pages with "Hide in menu" checked use normal page icon in list module
2008-02-27 Stanislas Rolland <stanislas.rolland@fructifor.ca>
2008-02-27 Stanislas Rolland <stanislas.rolland@fructifor.ca>
if (t3lib_extMgm::isLoaded('cms')) {
$selectFields[] = 'module';
$selectFields[] = 'extendToSubpages';
if (t3lib_extMgm::isLoaded('cms')) {
$selectFields[] = 'module';
$selectFields[] = 'extendToSubpages';
+ $selectFields[] = 'nav_hide';
}
$selectFields[] = 'doktype';
}
}
$selectFields[] = 'doktype';
}