maintained plugin ids after website upload

This commit is contained in:
Steffen Schröder
2014-05-01 17:35:28 +02:00
parent 8a07d35b62
commit 8ef153e354
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ class EndurancePlugin implements CallbackListener, Plugin {
/**
* Constants
*/
const ID = 101;
const ID = 25;
const VERSION = 0.1;
const CB_CHECKPOINT = 'Endurance.Checkpoint';