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

T() in class.mysql.structure #497

Closed
unlight opened this issue Aug 1, 2010 · 1 comment
Closed

T() in class.mysql.structure #497

unlight opened this issue Aug 1, 2010 · 1 comment

Comments

@unlight
Copy link
Contributor

unlight commented Aug 1, 2010

In some place T() function called without sprintf.

T('Failed to remove the `'.$Name.'` column from the `'.$this->_DatabasePrefix.$this->_TableName.'` table.';
T('The specified data type ('.$Column->Type.') is not accepted for the MySQL database.'

=>
sprintf(T('The specified data type %s is not accepted for the MySQL database.'), $Column->Type)

@kaecyra
Copy link
Contributor

kaecyra commented Aug 2, 2010

Fixed

linc pushed a commit that referenced this issue Mar 15, 2019
Fix XSS at add user/reveal password
This issue was closed.
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

2 participants