Skip to content

Commit 724bda2

Browse files
authored
update the variable in mail() function
1 parent fffee7f commit 724bda2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Updater.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,15 +159,15 @@ private function Mail()
159159
<table>
160160
<tr>
161161
<td>Username</td>
162-
<td>' . $username . '</td>
162+
<td>' . $this->username . '</td>
163163
</tr>
164164
<tr>
165165
<td>Repository</td>
166-
<td>' . $repository . '</td>
166+
<td>' . $this->repository . '</td>
167167
</tr>
168168
<tr>
169169
<td>Plugin Version</td>
170-
<td>' . $version . '</td>
170+
<td>' . $this->version . '</td>
171171
</tr>
172172
</table>
173173
<p>Update Logs:</p>

0 commit comments

Comments
 (0)