Issue #1398044 by dawehner, iStryker, bradwade: Added Provide default value for in XSS Component.

8.0.x
webchick 2013-06-04 21:26:41 -05:00
parent 5e54a114bb
commit db7edce355
1 changed files with 1 additions and 0 deletions

View File

@ -188,6 +188,7 @@ class Xss {
$attributes_array = array();
$mode = 0;
$attribute_name = '';
$skip = FALSE;
while (strlen($attributes) != 0) {
// Was the last operation successful?