]> git.mxchange.org Git - friendica.git/commit
The post_remote_end hook was being called with an escaped version of the item, not...
authorMatthew Exon <github.mexon@spamgourmet.com>
Fri, 8 Mar 2013 02:08:47 +0000 (03:08 +0100)
committerMatthew Exon <git.mexon@spamgourmet.com>
Sat, 9 Mar 2013 07:57:50 +0000 (15:57 +0800)
commit720a44bb0b64e281b52ea1cf8c77344a5bea31f9
tree997eb51e21ad87c84e4823caa1c7ab9184b159b7
parent4df162d929c5e6dd397c0ca68bb6a6e5292dbee1
The post_remote_end hook was being called with an escaped version of the item, not very useful.  This change moves the hook to the end of item_store and gets all data fresh from the database.
include/items.php