1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 19:00:26 +02:00

Merge pull request #3471 from Deltik/fix-3437

Matching scope for e_form::$_inline_token
This commit is contained in:
Cameron
2018-09-27 14:32:44 -07:00
committed by GitHub

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