wrong app name

This commit is contained in:
friendica 2013-10-16 00:17:16 -07:00
parent 9cb3a44177
commit a3b358d025
3 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
<?php
/**
* load view/theme/$current_theme/style.php with friendica contex
* load view/theme/$current_theme/style.php with Red context
*/
function view_init($a){

View File

@ -128,7 +128,7 @@ FO_statuses_update () {
$(OAuth_param 'status' "$2")
)
params[${#params[@]}]=$(OAuth_param 'source' "fcli")
params[${#params[@]}]=$(OAuth_param 'source' "shred")
[[ "$3" != "" ]] && params[${#params[@]}]=$(OAuth_param 'in_reply_to_status_id' "$3") && local in_reply_to_status_id=( '--data-urlencode' "in_reply_to_status_id=$3" )
@ -136,7 +136,7 @@ FO_statuses_update () {
local auth_header=$(OAuth_authorization_header 'Authorization' "$redmatrix_url" '' '' 'POST' "$F_STATUSES_UPDATE.$format" ${params[@]})
FO_ret=$(curl -s -H "$auth_header" --data-urlencode "status=$2" --data-urlencode "source=fcli" ${in_reply_to_status_id[@]} "$F_STATUSES_UPDATE.$format")
FO_ret=$(curl -s -H "$auth_header" --data-urlencode "status=$2" --data-urlencode "source=shred" ${in_reply_to_status_id[@]} "$F_STATUSES_UPDATE.$format")
FO_rval=$?
return $FO_rval

View File

@ -1 +1 @@
2013-10-15.467
2013-10-16.468