cosmetic fix for previous patch (#55)
This commit is contained in:
parent
fb1fb4ab1f
commit
ad780e9ce9
|
@ -702,7 +702,7 @@
|
|||
|
||||
if ($last_error) {
|
||||
$link_title = "Error: $last_error ($last_updated)";
|
||||
} else {
|
||||
} else if ($last_updated) {
|
||||
$link_title = "Updated: $last_updated";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue