mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-24 01:52:15 -05:00
Merge branch 'dev' of https://github.com/inthepoche/poche into dev
This commit is contained in:
commit
f41d00ed8a
2
inc/3rdparty/FlattrItem.class.php
vendored
2
inc/3rdparty/FlattrItem.class.php
vendored
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user