Browse Source

bugfix offset dirty

Stefan D 10 years ago
parent
commit
6d87e895dc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/Database/Query.php

+ 1 - 0
src/Database/Query.php

@@ -1177,6 +1177,7 @@ class Query implements ExpressionInterface, IteratorAggregate
      */
     public function offset($num)
     {
+        $this->_dirty();
         if ($num !== null && !is_object($num)) {
             $num = (int)$num;
         }