mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 03:40:37 +02:00
Matching scope for e_form::_inline_token
Should be private to match private function inlineToken()
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user