mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-07-11 18:56:10 +09:00
- fixed PHP notice;
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
<?php
|
||||
namespace um\core;
|
||||
|
||||
// Exit if accessed directly
|
||||
if ( ! defined( 'ABSPATH' ) ) exit;
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
if ( ! class_exists( 'um\core\Form' ) ) {
|
||||
|
||||
|
||||
/**
|
||||
* Class Form
|
||||
* @package um\core
|
||||
@@ -23,6 +23,11 @@ if ( ! class_exists( 'um\core\Form' ) ) {
|
||||
*/
|
||||
public $form_id;
|
||||
|
||||
/**
|
||||
* @var
|
||||
*/
|
||||
public $form_status;
|
||||
|
||||
/**
|
||||
* @var null
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user