diff options
author | Aaron Parecki <aaron@parecki.com> | 2019-10-19 23:06:15 +0100 |
---|---|---|
committer | Aaron Parecki <aaron@parecki.com> | 2019-10-19 23:06:15 +0100 |
commit | 6c7a254f6b152b6dc2c68554de2bfb52d9ecdffb (patch) | |
tree | 9a45f2bf962bd30437b15b7e186a0e1659ed9485 /views/settings.php | |
parent | dbaea0effa2812d7abe05ad8ff62ec95c7ca6d4c (diff) |
fixy
🙈
Diffstat (limited to 'views/settings.php')
-rw-r--r-- | views/settings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/views/settings.php b/views/settings.php index be01303..3ddbcc5 100644 --- a/views/settings.php +++ b/views/settings.php @@ -88,7 +88,7 @@ </div> - <?php if(!Config::$twitterClientID) ?> + <?php if(!Config::$twitterClientID): ?> <h3>Twitter</h3> <p>Connecting a Twitter account will automatically "favorite" and "retweet" tweets on Twitter when you favorite and retweet a Twitter URL in Quill.</p> <input type="button" id="twitter-button" value="Checking" class="btn"> |