aboutsummaryrefslogtreecommitdiffstats
path: root/include/identity.php
diff options
context:
space:
mode:
authorredmatrix <redmatrix@redmatrix.me>2015-09-23 18:27:04 -0700
committerredmatrix <redmatrix@redmatrix.me>2015-09-23 18:27:04 -0700
commite45958b967d3b455167191fa91b0c2b6983b6ad5 (patch)
tree258c5258db862b1e304ee15963fd96ce170a4fb5 /include/identity.php
parentf506f73d3fc80fb68f63f654b5e93a6920780d6f (diff)
downloadvolse-hubzilla-e45958b967d3b455167191fa91b0c2b6983b6ad5.tar.gz
volse-hubzilla-e45958b967d3b455167191fa91b0c2b6983b6ad5.tar.bz2
volse-hubzilla-e45958b967d3b455167191fa91b0c2b6983b6ad5.zip
add plugin hooks to channel sync/import/export
Diffstat (limited to 'include/identity.php')
-rw-r--r--include/identity.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/identity.php b/include/identity.php
index b5235e7ff..47738a8fa 100644
--- a/include/identity.php
+++ b/include/identity.php
@@ -616,6 +616,10 @@ function identity_basic_export($channel_id, $items = false) {
}
}
+ $addon = array('channel_id' => $channel_id,'data' => $ret);
+ call_hooks('identity_basic_export',$addon);
+ $ret = $addon['data'];
+
if(! $items)
return $ret;