plgntls :
- added it to cipf plugin - fixed an error in using _prefix not as static value
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -505,7 +505,7 @@ class Plgntls_xtx {
|
||||
if (is_null($vars_arr))
|
||||
return ;
|
||||
|
||||
$object_name = $this->_prefix . "_data";
|
||||
$object_name = self::$_prefix . "_data";
|
||||
$vars_json = json_encode($vars_arr);
|
||||
// note : we need to use 'var' instead of 'let' or 'const',
|
||||
// because their scope is restricted to the if statement
|
||||
|
||||
Reference in New Issue
Block a user