| # | Line 219 | Line 219 | void XmlPatch::executeCustomCommandOpera | |
|---|---|---|
| 219 | UtilXmlTools::displayErrorMessage("@CUSTOM_CODE","No XML files were found for the wildcard: "+filesWildcard); | |
| 220 | } | |
| 221 | ||
| 222 | < | this->customCodeOperation.executeCustomCode(jsString,filesToProcess,this->backupsEnabled,this->verboseEnabled); |
| 222 | > | XmlCustomCode::getInstance()->executeCustomCode(jsString,filesToProcess,this->backupsEnabled,this->verboseEnabled); |
| 223 | ||
| 224 | ||
| 225 | UtilXmlTools::displaySuccessMessage(filesToProcess.size(), "@CUSTOM_CODE"); | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |