From: hickert Date: Thu, 22 Mar 2007 09:03:36 +0000 (+0000) Subject: Ensure that also a single comment will be shown. X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=075b806cd405200df8712134e09f803eb9c5fe02;p=gosa.git Ensure that also a single comment will be shown. git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@5853 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/include/sieve/class_My_Parser.inc b/include/sieve/class_My_Parser.inc index 912422360..34d5de121 100644 --- a/include/sieve/class_My_Parser.inc +++ b/include/sieve/class_My_Parser.inc @@ -43,6 +43,7 @@ class My_Parser extends Parser if ($this->commands_($this->tree_->getRoot()) && $this->scanner_->nextTokenIs('script-end')) { + $this->scanner_->nextToken(); return $this->success_('success'); }