mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-23 17:42:15 -05:00
Fixes bug 359
This commit is contained in:
parent
7f66783976
commit
607e12b4f2
2
inc/3rdparty/FlattrItem.class.php
vendored
2
inc/3rdparty/FlattrItem.class.php
vendored
@ -19,7 +19,7 @@ class FlattrItem {
|
||||
$this->status = FLATTRABLE;
|
||||
}
|
||||
}
|
||||
elseif ($result->link) {
|
||||
elseif (is_object($result) && $result->link) {
|
||||
$this->status = FLATTRED;
|
||||
$this->flattrItemURL = $result->link;
|
||||
$this->numflattrs = $result->flattrs;
|
||||
|
Loading…
Reference in New Issue
Block a user