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