mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-30 18:31:28 +00:00
cosmetic fix for previous patch (#55)
This commit is contained in:
@@ -702,7 +702,7 @@
|
||||
|
||||
if ($last_error) {
|
||||
$link_title = "Error: $last_error ($last_updated)";
|
||||
} else {
|
||||
} else if ($last_updated) {
|
||||
$link_title = "Updated: $last_updated";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user