Changeset 34019 for main


Ignore:
Timestamp:
2020-03-12T15:04:42+13:00 (4 years ago)
Author:
kjdon
Message:

replaced a couple of text strings

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/collection/Collection.java

    r33347 r34019  
    520520
    521521        if (_humanVerify != null) {
    522           response.setAttribute("humanVerify", _humanVerify);
     522          response.setAttribute(GSXML.VERIFY_ATT, _humanVerify);
    523523          if (_useRecaptcha) {
    524             response.setAttribute("siteKey", _siteKey);
    525             response.setAttribute("secretKey", _secretKey);
     524            response.setAttribute(GSXML.SITE_KEY_ATT, _siteKey);
     525            response.setAttribute(GSXML.SECRET_KEY_ATT, _secretKey);
    526526          }
    527527        }
Note: See TracChangeset for help on using the changeset viewer.