Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Médias: mauvais tri du déroulant 'Dossier' #4

Closed
pluxml opened this issue Jan 31, 2013 · 1 comment
Closed

Médias: mauvais tri du déroulant 'Dossier' #4

pluxml opened this issue Jan 31, 2013 · 1 comment
Labels

Comments

@pluxml
Copy link
Collaborator

pluxml commented Jan 31, 2013

Les informations listées dans le déroulant 'Dossier' du gestionnaire de médias sont mal triées

@pluxml
Copy link
Collaborator Author

pluxml commented Feb 22, 2013

Solution

Dans le fichier core/lib/class.plx.medias.php, méthode contentFolder(), ligne 159,
Remplacer :

asort($this->aDirs);

par

ksort($this->aDirs);

@pluxml pluxml closed this as completed in 63b67c8 Apr 4, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

0 participants