We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fba45c commit 33ece61Copy full SHA for 33ece61
src/Git_Updater/Base.php
@@ -400,7 +400,7 @@ protected function set_defaults( $type ) {
400
$this->$type->contributors = [];
401
$this->$type->downloaded = 0;
402
$this->$type->last_updated = '';
403
- $this->type->added = '';
+ $this->$type->added = '';
404
$this->$type->rating = 0;
405
$this->$type->num_ratings = 0;
406
$this->$type->transient = [];
0 commit comments