Skip to content

Commit

Permalink
hotfix for db access on address picker (location controller)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noah Mormino committed Dec 30, 2013
1 parent 02d81f2 commit c7452f6
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Version 2.3.3
-------------
Release date: December 30, 2013

Bug Fix

- Fixed locations controller to have DB access.

Version 2.3.2
-------------
Release date: December 18, 2013
Expand Down
2 changes: 1 addition & 1 deletion gocart/controllers/locations.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php

class Locations extends CI_Controller {
class Locations extends Base_Controller {

function __construct()
{
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.2
2.3.3

0 comments on commit c7452f6

Please sign in to comment.