mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
fix updater issue
This commit is contained in:
@@ -14,7 +14,7 @@ class Updater
|
||||
{
|
||||
use SiteApi;
|
||||
|
||||
public static function update($version)
|
||||
public static function update($installed, $version)
|
||||
{
|
||||
$data = null;
|
||||
$path = null;
|
||||
|
||||
Reference in New Issue
Block a user