Anomalie #4244
plugin Xdesktop : test incorrect sur dossier theme
Start date:
10/09/2012
Due date:
% Done:
0%
Distribution:
EOLE 2.3
Description
Dans le fichier xdesktop.php le chemin pour le test d'un thème xdesktop du même nom que le thème posh est incorrect.
Solution :
remplacer la ligne 43 :
if (!is_dir("../includes/plugins/plugin_xdesktop/themes/".$theme)) {
par :
if (!is_dir("themes/".$theme)) {
History
#1 Updated by Arnaud FORNEROT almost 10 years ago
- Status changed from Nouveau to Résolu
- Target version set to Envole 3.3.4
- Distribution changed from Toutes to EOLE 2.3
corrigé lors du dev nouvelle gestion des profils
#2 Updated by Arnaud FORNEROT almost 10 years ago
- Status changed from Résolu to Fermé