Fix typo in topic watching stuff
This commit is contained in:
@@ -664,7 +664,7 @@ function Display()
|
||||
|
||||
// Check if the topic is been watched by user
|
||||
if ($user_info['is_guest']) {
|
||||
$context['is_watched'] == false;
|
||||
$context['is_watched'] = false;
|
||||
} else {
|
||||
$result = db_query("
|
||||
SELECT watch FROM {$db_prefix}watch_topics
|
||||
|
||||
Reference in New Issue
Block a user