1
0
mirror of https://github.com/moparisthebest/wallabag synced 2024-11-24 01:52:15 -05:00
This commit is contained in:
Nicolas Lœuillet 2014-01-07 13:13:30 +01:00
commit f41d00ed8a

View File

@ -19,7 +19,7 @@ class FlattrItem {
$this->status = FLATTRABLE; $this->status = FLATTRABLE;
} }
} }
elseif ($result->link) { elseif (is_object($result) && $result->link) {
$this->status = FLATTRED; $this->status = FLATTRED;
$this->flattrItemURL = $result->link; $this->flattrItemURL = $result->link;
$this->numflattrs = $result->flattrs; $this->numflattrs = $result->flattrs;