1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-19 20:21:51 +02:00

Matching scope for e_form::_inline_token

Should be private to match private function inlineToken()
This commit is contained in:
Nick Liu 2018-09-27 11:34:10 -05:00
parent c69184848c
commit 8c7b61fb29
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

@ -67,7 +67,7 @@ class e_form
protected $_tabindex_enabled = true;
protected $_cached_attributes = array();
protected $_field_warnings = array();
protected $_inline_token = null;
private $_inline_token = null;
/**
* @var user_class