diff options
Diffstat (limited to 'bin/checkPad.js')
-rw-r--r-- | bin/checkPad.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/checkPad.js b/bin/checkPad.js index 356b0779..0cac0af1 100644 --- a/bin/checkPad.js +++ b/bin/checkPad.js @@ -16,7 +16,7 @@ log4js.setGlobalLogLevel("INFO"); var async = require("async"); var db = require('../node/db/DB'); var CommonCode = require('../node/utils/common_code'); -var Changeset = CommonCode.require("/Changeset"); +var Changeset = require("ep_etherpad-lite/static/js/Changeset"); var padManager; async.series([ |