diff options
author | redmatrix <redmatrix@redmatrix.me> | 2015-07-23 18:49:37 -0700 |
---|---|---|
committer | redmatrix <redmatrix@redmatrix.me> | 2015-07-23 18:49:37 -0700 |
commit | 27fa908233640eed51072fe77e7a9658a331ba20 (patch) | |
tree | 030a7ab035d6b54e043413eff7088f95971d9429 /include/diaspora.php | |
parent | 3ec6a431b62c20952f07f889acfeedd0ac456d04 (diff) | |
download | volse-hubzilla-27fa908233640eed51072fe77e7a9658a331ba20.tar.gz volse-hubzilla-27fa908233640eed51072fe77e7a9658a331ba20.tar.bz2 volse-hubzilla-27fa908233640eed51072fe77e7a9658a331ba20.zip |
patch to allow theme based widgets
Diffstat (limited to 'include/diaspora.php')
-rwxr-xr-x | include/diaspora.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/diaspora.php b/include/diaspora.php index cf8d89023..79d3909ca 100755 --- a/include/diaspora.php +++ b/include/diaspora.php @@ -1009,7 +1009,6 @@ function diaspora_post($importer,$xml,$msg) { return 202; } - $result = item_store($datarray); return; |