@@ -1,4 +1,4 @@ |
||
| 1 | -<?php defined('BASEPATH') OR exit('No direct script access allowed'); |
|
| 1 | +<?php defined('BASEPATH') or exit('No direct script access allowed'); |
|
| 2 | 2 | |
| 3 | 3 | class Migration_Setup_Tracker extends CI_Migration { |
| 4 | 4 | public function __construct() { |
@@ -147,7 +147,7 @@ |
||
| 147 | 147 | //}); |
| 148 | 148 | $this->db->insert_batch('tracker_sites', $sitesData); |
| 149 | 149 | |
| 150 | - foreach ($sitesData as $siteData) { |
|
| 150 | + foreach($sitesData as $siteData) { |
|
| 151 | 151 | $this->db->insert('tracker_sites', $siteData); |
| 152 | 152 | } |
| 153 | 153 | } |