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

Value parameter ignored in pulldowns (Trac #2171) #2171

Closed
elgg-gitbot opened this issue Feb 16, 2013 · 1 comment
Closed

Value parameter ignored in pulldowns (Trac #2171) #2171

elgg-gitbot opened this issue Feb 16, 2013 · 1 comment
Labels
Milestone

Comments

@elgg-gitbot
Copy link

Original ticket http://trac.elgg.org/ticket/2171 on 40348836-09-03 by trac user kevinjardine, assigned to unknown.

Elgg version: 1.7

The rewritten input/pulldown code in Elgg 1.7.1 ignores the value parameter. The line:

if ((string)$value == (string)$vars['value']) {

(line 46 in /views/default/input/pulldown.php)

should be:

if ((string)$option == (string)$vars['value']) {
@elgg-gitbot
Copy link
Author

cash wrote on 40403845-04-02

(In [svn:6249]) Fixes #2171 - input/pulldown now works with an options array

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

No branches or pull requests

1 participant