SAVE PD PHOTOS

This commit is contained in:
velz 2019-01-28 22:43:52 +05:30
parent a497df9d9e
commit fc6d43c2ed

View File

@ -4611,6 +4611,7 @@ class PD_Controller extends REST_Controller {
public function savePDPhotos_post()
{
$records = $this->post('records');
echo "Called";
}