summaryrefslogtreecommitdiffstats
path: root/system/libraries/Typography.php
diff options
context:
space:
mode:
authorGwenael G <gwenael.gallon@mac.com>2015-01-23 17:17:30 +0100
committerGwenael G <gwenael.gallon@mac.com>2015-01-23 17:17:30 +0100
commit5c2c56a0fc4387a2ad2906f703d0b340391250d4 (patch)
treef2a15023dba5a3270e72c623604959cdc1c42cb5 /system/libraries/Typography.php
parent8f11e50b0812c67f8a288292d5aeb013c77d9af2 (diff)
This paragraph local variable is declared but never used.
Diffstat (limited to 'system/libraries/Typography.php')
-rw-r--r--system/libraries/Typography.php1
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++)
{