Using Enhanced BibliPlug 1.3.4 with WordPress 3.4 after adding a new reference I get the following error message: "Reference '-1' not found." The reference itself is added to the database.
Using Enhanced BibliPlug 1.3.4 with WordPress 3.4 after adding a new reference I get the following error message: "Reference '-1' not found." The reference itself is added to the database.
Change the conditional near the bottom of bibliplug_edit to include "> -1", as follows:
if (isset($_GET['id']) && $_GET['id'] > -1) {
$bib_id = (int) $_GET['id'];
}Thank you very much!
Hi,
This bug is now fixed in release 1.3.6.
Thanks,
Zuotian
You must log in to post.