debugging of file attachment api - somewhat functional but the attachment info structure in the item table needs to be re-done.

This commit is contained in:
friendica
2013-01-31 23:56:46 -08:00
parent 6b3d36c36d
commit 5ca88ca10a
6 changed files with 21 additions and 15 deletions

View File

@@ -17,10 +17,12 @@ function wall_attach_post(&$a) {
$channel = $r[0];
}
else
killme();
$r = attach_store($channel,get_observer_hash());
if(! $r['success']) {
notice( $r['message'] . EOL);
killme();