[SPIP] ~maj v3.0.14-->v3.0.17
[ptitvelo/web/www.git] / www / ecrire / balise / formulaire_admin.php
index 33d8e63..31a988c 100644 (file)
@@ -3,7 +3,7 @@
 /***************************************************************************\
  *  SPIP, Systeme de publication pour l'internet                           *
  *                                                                         *
- *  Copyright (c) 2001-2012                                                *
+ *  Copyright (c) 2001-2014                                                *
  *  Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James  *
  *                                                                         *
  *  Ce programme est un logiciel libre distribue sous licence GNU/GPL.     *
@@ -101,6 +101,7 @@ function admin_objet()
        $trouver_table = charger_fonction('trouver_table','base');
        $objets = urls_liste_objets(false);
        $objets = array_diff($objets, array('rubrique'));
+       $objets = array_reverse($objets);
        array_unshift($objets, 'rubrique');
        foreach ($objets as $obj) {
                $type = $obj;