diff options
Diffstat (limited to 'Zotlabs/Update/_1201.php')
-rw-r--r-- | Zotlabs/Update/_1201.php | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Zotlabs/Update/_1201.php b/Zotlabs/Update/_1201.php new file mode 100644 index 000000000..c12797377 --- /dev/null +++ b/Zotlabs/Update/_1201.php @@ -0,0 +1,15 @@ +<?php + +namespace Zotlabs\Update; + +class _1201 { + + function run() { + + // empty update in order to make the DB_UPDATE_VERSION equal to the current maximum update function + // rather than being one greater than the last known update + + return UPDATE_SUCCESS; + + } +}
\ No newline at end of file |