PM--2619 Adicion de funcion G::json_encode
This commit is contained in:
@@ -1095,7 +1095,7 @@ class adminProxy extends HttpProxyController
|
|||||||
'uploaded' => $uploaded,
|
'uploaded' => $uploaded,
|
||||||
'type' => $files_img_type
|
'type' => $files_img_type
|
||||||
);
|
);
|
||||||
echo json_encode($resp);
|
echo G::json_encode($resp);
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user