The code used to identify for the plugin is now renamed by plugin_code
This commit is contained in:
parent
c6ed580d18
commit
82e05f0342
5 changed files with 10 additions and 10 deletions
|
|
@ -190,7 +190,7 @@ echo $string => property={'prop':'1','prop2':'2','prop3':'3'};
|
|||
}
|
||||
|
||||
static function extension() {
|
||||
return self::hidden('code',$_REQUEST['code']);
|
||||
return self::hidden('plugin_code',$_REQUEST['plugin_code']);
|
||||
}
|
||||
|
||||
/*!\brief create a button with a ref
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue