typo error In the function insert() at LINE:634

Issue #31 new
Nitroxis Inc created an issue

In the function there is the check if the table prefix is set, there is a fix to be done, the check is as follows currently

if (isset($this->table_prefixfix))

which needs to be

if (isset($this->table_prefix))

Comments (0)

  1. Log in to comment