Hello, I have an error in module: code block. In the code block admin page, at code block 4, in "Enter the title of the 4th block.". When I type a text into it, then he is indeed stored in the database, but it appears again and again the text from block 3 in this field, not the "new" text that I have entered. New text will appear on the website. Only appears in the text box after saving, again the text from block 3.
I have seen over FTP in the module files and not found a failure in the php files.
Posts: 27300
a typo in the modules/code_block/admin_code_block.php. find:
change to:
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 112
Hey thanks floridave!
it's in the controllers path:
modules/code_block/controllers/admin_code_block.php