Function only needn't to be public
This commit is contained in:
parent
ec8377a8c7
commit
d7212cbbbc
|
@ -1097,7 +1097,7 @@ class PostUpdate
|
||||||
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
* @throws \Friendica\Network\HTTPException\InternalServerErrorException
|
||||||
* @throws \ImagickException
|
* @throws \ImagickException
|
||||||
*/
|
*/
|
||||||
public static function update1483()
|
private static function update1483()
|
||||||
{
|
{
|
||||||
// Was the script completed?
|
// Was the script completed?
|
||||||
if (DI::config()->get('system', 'post_update_version') >= 1483) {
|
if (DI::config()->get('system', 'post_update_version') >= 1483) {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user