Input data
This commit is contained in:
@@ -29,6 +29,10 @@ class WrenchGeneralData extends BaseController
|
|||||||
}
|
}
|
||||||
|
|
||||||
public function usersPreferences(){
|
public function usersPreferences(){
|
||||||
|
|
||||||
|
$raw_json = file_get_contents('php://input');
|
||||||
|
$in = json_decode($raw_json, true);
|
||||||
|
|
||||||
$in["action"] = WRENCHBOARD_ACCOUNT_PREFERENCES;
|
$in["action"] = WRENCHBOARD_ACCOUNT_PREFERENCES;
|
||||||
$endpoint = "USER_PREFERENCES";
|
$endpoint = "USER_PREFERENCES";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user