Skip to content

Commit

Permalink
fix: adjust notification condition
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Sep 4, 2020
1 parent b805391 commit 65912a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Controllers/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function siteName()

public function notifications()
{
if (isset($_POST['track_viewed_resources'])) {
if (isset($_POST['do_not_track_viewed_resources'])) {
return [
[
'title' => __('Settings saved'),
Expand Down

0 comments on commit 65912a1

Please sign in to comment.