diff --git a/apps/activityreminder/lib.js b/apps/activityreminder/lib.js index 4b2d01386..5e7fd533c 100644 --- a/apps/activityreminder/lib.js +++ b/apps/activityreminder/lib.js @@ -9,7 +9,7 @@ exports.loadSettings = function() { }, require("Storage").readJSON("activityreminder.settings.json", true) || {}); } -export.writeSettings = function(settings){ +exports.writeSettings = function(settings){ require('Storage').writeJSON("activityreminder.settings.json", settings); }