Skip to content

Commit 33ece61

Browse files
committed
fix typo
1 parent 4fba45c commit 33ece61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Git_Updater/Base.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ protected function set_defaults( $type ) {
400400
$this->$type->contributors = [];
401401
$this->$type->downloaded = 0;
402402
$this->$type->last_updated = '';
403-
$this->type->added = '';
403+
$this->$type->added = '';
404404
$this->$type->rating = 0;
405405
$this->$type->num_ratings = 0;
406406
$this->$type->transient = [];

0 commit comments

Comments
 (0)