commit | 74476e1c4371bb7dc8c9727898026687d875284f | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Mon Mar 26 15:03:40 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Mon Mar 26 15:03:40 2012 +0300 |
tree | b391f40f31b5d4dd0d0945ab968dfb2049567b15 | |
parent | 6f042ccc261645530e897bb8c390eae0640bacb0 [diff] [blame] |
Switch private methods and properties to protected and cleanup the Parser library
diff --git a/system/libraries/Cart.php b/system/libraries/Cart.php index 305960f..ca7be55 100644 --- a/system/libraries/Cart.php +++ b/system/libraries/Cart.php
@@ -134,7 +134,7 @@ * @param array * @return bool */ - private function _insert($items = array()) + protected function _insert($items = array()) { // Was any cart data passed? No? Bah... if ( ! is_array($items) OR count($items) === 0)