We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fffee7f commit 724bda2Copy full SHA for 724bda2
1 file changed
src/Updater.php
@@ -159,15 +159,15 @@ private function Mail()
159
<table>
160
<tr>
161
<td>Username</td>
162
- <td>' . $username . '</td>
+ <td>' . $this->username . '</td>
163
</tr>
164
165
<td>Repository</td>
166
- <td>' . $repository . '</td>
+ <td>' . $this->repository . '</td>
167
168
169
<td>Plugin Version</td>
170
- <td>' . $version . '</td>
+ <td>' . $this->version . '</td>
171
172
</table>
173
<p>Update Logs:</p>
0 commit comments