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

Widget : non sélection du programme courant #90

Open
lerouxi opened this issue Nov 1, 2022 · 0 comments
Open

Widget : non sélection du programme courant #90

lerouxi opened this issue Nov 1, 2022 · 0 comments

Comments

@lerouxi
Copy link

lerouxi commented Nov 1, 2022

Bonjour,

Dans la widget pour la sélection de programme, dans ma configuration j'ai un problème de sélection du programme courant : le 1er est toujours sélectionné.

Après une petite investigation dans la classe : /core/class/qivivo.class.php à la ligne 1327 il faut modifier la condition suivante :

if ($current_program == $display) $options .= ''.$display.'';

par :

if (strcmp($current_program,$display)==0) $options .= ''.$display.'';

Bonne continuation et merci pour la réalisation et la gestion de ce plugin ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant