CP Typo fix

This commit is contained in:
int2001
2025-09-17 10:19:58 +00:00
parent 0586527794
commit c124cb1532

View File

@@ -47,7 +47,7 @@ class Migration_crea_modidates extends CI_Migration {
try {
$this->db->query($what);
} catch (Exception $e) {
log_message("error", "Something gone wrong while altering the OQRS table: ".$e." // Executing: ".$this->db->last_query());
log_message("error", "Something gone wrong while altering a table: ".$e." // Executing: ".$this->db->last_query());
}
}
}