diff --git a/inc/class.dc.translater.php b/inc/class.dc.translater.php index e2dd186..40280e7 100644 --- a/inc/class.dc.translater.php +++ b/inc/class.dc.translater.php @@ -463,6 +463,7 @@ class dcTranslater foreach($parts as $part) { // should start with quote if (!in_array(substr($part,0,1), ['"', "'"])) { + $p++; continue; } // put back first parenthesis