Plugin Directory

Changeset 1864976


Ignore:
Timestamp:
04/26/2018 06:25:01 PM (8 years ago)
Author:
oskarn97
Message:

fix comment

Location:
appful/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • appful/trunk/appful.php

    r1851866 r1864976  
    44Plugin URI: https://appful.io/
    55Description: appful is one of the world's most remarkable & beautiful app service for Blogger and Online magazines. It is designed to create outstanding real native iOS and Android Apps based on the content of your Wordpress site or YouTube channel. appful is surprisingly simple to use and not a single line of code is required.
    6 Version: 1.0.104
     6Version: 1.0.105
    77Author: appful GmbH
    88Author URI: https://appful.io/
  • appful/trunk/controllers/respond.php

    r1741707 r1864976  
    1515            $appful_api->error("No post specified. Include 'post_id' var in your request.");
    1616            die();
    17         } else if (empty($_REQUEST['name']) || empty($_REQUEST['email']) || empty($_REQUEST['content'])) {
     17        } else if (empty($_REQUEST['comment_name']) || empty($_REQUEST['email']) || empty($_REQUEST['content'])) {
    1818                $appful_api->error("Please include all required arguments (name, email, content).");
    1919                die();
  • appful/trunk/models/comment.php

    r1741707 r1864976  
    6767        $data = array(
    6868            'comment_post_ID' => $_REQUEST["post_id"],
    69             'comment_author' => $_REQUEST["name"],
     69            'comment_author' => $_REQUEST["comment_name"],
    7070            'comment_author_email' => $_REQUEST["email"],
    7171            'comment_author_url' => $_REQUEST["url"],
Note: See TracChangeset for help on using the changeset viewer.