Changeset 3120

Show
Ignore:
Timestamp:
07/16/2008 08:33:35 AM (5 months ago)
Author:
Shadowhand
Message:

Fixing #694, follow up to r3118, thanks Xobb.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/Database.php

    r3118 r3120  
    708708                $this->limit  = (int) $limit; 
    709709 
    710                 if ($offset !== NULL) 
     710                if ($offset !== NULL OR ! is_int($this->offset)) 
    711711                { 
    712712                        $this->offset($offset);