From 5c2c56a0fc4387a2ad2906f703d0b340391250d4 Mon Sep 17 00:00:00 2001 From: Gwenael G Date: Fri, 23 Jan 2015 17:17:30 +0100 Subject: This paragraph local variable is declared but never used. --- system/libraries/Typography.php | 1 - 1 file changed, 1 deletion(-) 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++) { -- cgit v1.2.3-24-g4f1b