Issue #1411114 by Albert Volkman, sun: Fixed drupal_valid_test_ua() is not statically cached on non-positive match.
parent
de30adeb09
commit
4901bf92a1
|
@ -2438,7 +2438,8 @@ function drupal_valid_test_ua() {
|
|||
}
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
$test_prefix = FALSE;
|
||||
return $test_prefix;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue