mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-22 14:23:47 +00:00
extra arg to facebook_plugin_admin_post()
This commit is contained in:
parent
54d98689fa
commit
314ee18625
2 changed files with 1 additions and 1 deletions
BIN
facebook.tgz
BIN
facebook.tgz
Binary file not shown.
|
@ -695,7 +695,7 @@ function facebook_plugin_admin(&$a, &$o){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function facebook_plugin_admin_post(&$a, &$o){
|
function facebook_plugin_admin_post(&$a){
|
||||||
check_form_security_token_redirectOnErr('/admin/plugins/facebook', 'fbsave');
|
check_form_security_token_redirectOnErr('/admin/plugins/facebook', 'fbsave');
|
||||||
|
|
||||||
if (x($_REQUEST,'fb_save_keys')) {
|
if (x($_REQUEST,'fb_save_keys')) {
|
||||||
|
|
Loading…
Reference in a new issue