Added again the default content type header

Also make minor changes on database documentation and errors
v2-beta
Bruno O. Notario 3 years ago
parent 4d8050952d
commit 9e245a0786
Signed by: oliveira131
GPG Key ID: 76CAD698D3EA8F58
  1. 3
      system/database/autoload.php
  2. 2
      system/engine/interfaces/databases.php
  3. 1
      system/system.php

File diff suppressed because one or more lines are too long

@ -29,7 +29,7 @@
* Execute the SQL Query. * Execute the SQL Query.
* *
* @param string $sql * @param string $sql
* @return stdClass|true * @return \stdClass|true
* @throws Exception * @throws Exception
*/ */
public function query($sql); public function query($sql);

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save