mirror of
https://github.com/gtbu/Typesetter-5.3-p8.git
synced 2025-06-15 05:33:13 +02:00
undefind $nonce_str
bug : undefined variable $nonce_str - added global
This commit is contained in:
parent
1b63f2107d
commit
3ab48205d2
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ class Text extends \gp\admin\Layout{
|
|||
|
||||
|
||||
public function EditText(){
|
||||
global $config, $langmessage;
|
||||
global $config, $langmessage, $nonce_str;
|
||||
|
||||
if( !isset($_GET['key']) ){
|
||||
msg($langmessage['OOPS'].' (0)');
|
||||
|
|
Loading…
Reference in a new issue