1
0
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:
Andrew Dolgov
2006-03-28 07:15:59 +01:00
parent fb1fb4ab1f
commit ad780e9ce9

View File

@@ -702,7 +702,7 @@
if ($last_error) {
$link_title = "Error: $last_error ($last_updated)";
} else {
} else if ($last_updated) {
$link_title = "Updated: $last_updated";
}