diff options
author | Andrey Andreev <narf@devilix.net> | 2015-01-23 17:43:58 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-01-23 17:43:58 +0100 |
commit | 7e9ee483a0928df9eb46ce9f4f5ef57bf2f999f7 (patch) | |
tree | f2a15023dba5a3270e72c623604959cdc1c42cb5 /system | |
parent | 8f11e50b0812c67f8a288292d5aeb013c77d9af2 (diff) | |
parent | 5c2c56a0fc4387a2ad2906f703d0b340391250d4 (diff) |
Merge pull request #3501 from dev-ggallon/Typography_Library
Remove unused variable
Diffstat (limited to 'system')
-rw-r--r-- | system/libraries/Typography.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/system/libraries/Typography.php b/system/libraries/Typography.php index f5efacfa2..3b6cb1645 100644 --- a/system/libraries/Typography.php +++ b/system/libraries/Typography.php @@ -172,7 +172,6 @@ class CI_Typography { // Build our finalized string. We cycle through the array, skipping tags, and processing the contained text $str = ''; $process = TRUE; - $paragraph = FALSE; for ($i = 0, $c = count($chunks) - 1; $i <= $c; $i++) { |