aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Update/_1202.php
blob: c9ccd157b8a4fb03e43b4834f048171e362e7c9e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php

namespace Zotlabs\Update;

class _1202 {

	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;

	}
}