mirror of
https://github.com/xevidos/codiad.git
synced 2025-01-03 11:42:12 +01:00
Update class.update.php - Fixed mistyped on class attribute name
This commit is contained in:
parent
8fa741a9d6
commit
1f9a698521
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Update {
|
||||||
public $archive = "";
|
public $archive = "";
|
||||||
public $version = "";
|
public $version = "";
|
||||||
public $protocol = "";
|
public $protocol = "";
|
||||||
public $update_fiile = "";
|
public $update_file = "";
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////
|
||||||
// METHODS
|
// METHODS
|
||||||
|
|
Loading…
Reference in a new issue