Skip to content

Commit ac3d436

Browse files
committed
Merge tag 'v0.43.1' into development
Finish v0.43.1
2 parents 4f2d8fe + eeef282 commit ac3d436

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

app/Models/User.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ public function linkWithCkey($byond_key)
166166

167167
$sanitized_key = Helpers::sanitize_ckey($byond_key);
168168
$this->byond_key = $sanitized_key;
169-
$this->byond_linked = True;
170169
$this->save();
171170

172171
//Update the forum

resources/views/layouts/app.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -244,7 +244,7 @@
244244
</body>
245245
<footer>
246246
<div class="footer navbar-fixed-bottom">
247-
<small><p class="text-muted">Aurora Webinterface - Licensed under the AGPL - Version 0.43.0</p></small>
247+
<small><p class="text-muted">Aurora Webinterface - Licensed under the AGPL - Version 0.43.1</p></small>
248248
</div>
249249
</footer>
250250
</html>

0 commit comments

Comments
 (0)