mirror of
				https://github.com/getgrav/grav-plugin-admin.git
				synced 2025-10-31 10:25:50 +01:00 
			
		
		
		
	| @@ -714,7 +714,7 @@ class SafeUpgradeManager | ||||
|             'config' => $config, | ||||
|         ]); | ||||
|         if (method_exists($this->safeUpgrade, 'setProgressCallback')) { | ||||
|             $this->safeUpgrade->setProgressCallback(function (string $stage, string $message, ?int $percent = null) { | ||||
|             $this->safeUpgrade->setProgressCallback(function (string $stage, string $message, ?int $percent = null, array $extra = []) { | ||||
|                 $this->setProgress($stage, $message, $percent); | ||||
|             }); | ||||
|         } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user