Issue #1398044 by dawehner, iStryker, bradwade: Added Provide default value for in XSS Component.
parent
5e54a114bb
commit
db7edce355
|
@ -188,6 +188,7 @@ class Xss {
|
|||
$attributes_array = array();
|
||||
$mode = 0;
|
||||
$attribute_name = '';
|
||||
$skip = FALSE;
|
||||
|
||||
while (strlen($attributes) != 0) {
|
||||
// Was the last operation successful?
|
||||
|
|
Loading…
Reference in New Issue