Conflicts:
	include/identity.php
	install/update.php
	util/messages.po
	view/nl/messages.po
This commit is contained in:
redmatrix
2015-08-31 21:00:28 -07:00
10 changed files with 224 additions and 192 deletions

View File

@@ -565,6 +565,7 @@ function identity_basic_export($channel_id, $items = false) {
if(! $items)
return $ret;
$r = q("select * from likes where channel_id = %d",
intval($channel_id)
);