Changeset 6533

Show
Ignore:
Timestamp:
12/17/09 11:43:22 (3 months ago)
Author:
sylvainv
Message:

array_values ajouté

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/project/modules/devel/cms3/portal/actiongroups/portalfront.actiongroup.php

    r6529 r6533  
    4444        if (count ($breadcrumb)){ 
    4545            $breadcrumb[] = array ('url' => CopixConfig::get ('default|homePage'), 'caption' => 'Accueil'); 
    46             $breadcrumb = array_reverse ($breadcrumb, true); 
     46            $breadcrumb = array_values(array_reverse ($breadcrumb, true)); 
    4747            $responses = _notify ('cms_getbreadcrumb', array ('complexpath' => $breadcrumb, 'element' => $editedElement)); 
    4848            if (count ($responses) > 0) {