Comment: test yacs 7.3 alpha 19
| << Previous | Next >> |
j'ai trouvé un autre bug dans le sections/view.php à la ligne 747 (version 7.3beta19), il faut remplacer :
par :
$items = Sections::list_by_title_for_anchor('section:'.$item['id'], $offset, $items_per_page, $layout, $capability);
par :
$items = Sections::list_by_title_for_anchor('section:'.$item['id'], $offset, $items_per_page, $item['sections_layout'], $capability);
This comment has inspired:
by Tof on Mar. 29 2007