blog data

This commit is contained in:
CHIEFSOFT\ameye
2024-09-24 07:07:06 -04:00
parent d5e05cb66d
commit dc089be9c6
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -48,10 +48,11 @@ class WrenchBlog extends BaseController
// echo "EXYTACT INPUT DATA HERE";
$raw_json = file_get_contents('php://input');
$in = json_decode($raw_json, true);
log_message('critical', "Into BlogData-> ".serialize( $in['blog_id']) );
log_message('critical', "BLOG DATA CALL ********* ".serialize($in) );
if (isset($in['blog_id'])){
log_message('critical', "BlogData-> ".$in['blog_id'] );
$blog_id = (int) $in['blog_id'];
}