Text/SearchParser.php
authorAlan Knowles <alan@roojs.com>
Thu, 23 Aug 2012 06:49:29 +0000 (14:49 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 23 Aug 2012 06:49:29 +0000 (14:49 +0800)
Text/SearchParser.php

index 94878d2..efd9c0a 100644 (file)
@@ -244,6 +244,7 @@ class Text_SearchParser_Tokenizer {
         }
         $c = ($n === 1) ? $this->str[$this->i] : substr($this->str, $this->i, $n);
         $this->i += $n;
+        return $c;
     }
     function ungetChar()
     {