Bug report
-
Hello everybody, I must sadly report a bug concerning the uninstalling process of Chapters. If you try to suppress Chapters, you might raise an error message.
As a matter of fact, it requires to change a single line of code inside the ‘chapitres.php’ file;
line 50, instead of:register_uninstall_hook( __FILE__, array( ‘chapitres_database’, “chapitres_DB_desinstall” ) );
please paste:
register_uninstall_hook( __FILE__, array( ‘chapitres_database’, array( &$this,”chapitres_DB_desinstall”) ) );
Of course the next version will not include this bug.
Thanks for your comprehension, yours faithfully,F.SEVERIN.
- The topic ‘Bug report’ is closed to new replies.