diff options
author | Andrew <browner12@gmail.com> | 2014-02-11 09:07:50 +0100 |
---|---|---|
committer | Andrew <browner12@gmail.com> | 2014-02-11 09:07:50 +0100 |
commit | 41713aaa665189dd0a191c333c73c4a7b9f37c78 (patch) | |
tree | 00791140d6228c894e7b75a56b549ce0d70c3fc9 /system/libraries | |
parent | 021f8edfee76a1a3a58fe34a1367e876f8f89003 (diff) |
updates per narfbg request
I did a bunch of Git tutorials, and (i think) understand a lot more
now. this update is to address narfbg comments, and add to pull request.
Diffstat (limited to 'system/libraries')
-rw-r--r-- | system/libraries/Calendar.php | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/system/libraries/Calendar.php b/system/libraries/Calendar.php index 3cb30dba2..688b495a6 100644 --- a/system/libraries/Calendar.php +++ b/system/libraries/Calendar.php @@ -548,8 +548,6 @@ class CI_Calendar { $this->replacements[$val] = $this->replacements[substr($val, 0, -6)]; } } - - return $this; } elseif (is_array($this->template)) { @@ -562,4 +560,4 @@ class CI_Calendar { } /* End of file Calendar.php */ -/* Location: ./system/libraries/Calendar.php */ +/* Location: ./system/libraries/Calendar.php */
\ No newline at end of file |