diff options
Diffstat (limited to 'includes/database/prefetch.inc')
-rw-r--r-- | includes/database/prefetch.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/database/prefetch.inc b/includes/database/prefetch.inc index 964256ffa..dd8f96fd7 100644 --- a/includes/database/prefetch.inc +++ b/includes/database/prefetch.inc @@ -142,7 +142,7 @@ class DatabaseStatementPrefetch implements Iterator, DatabaseStatementInterface * @return * TRUE on success, or FALSE on failure. */ - public function execute($args, $options) { + public function execute($args = array(), $options = array()) { if (isset($options['fetch'])) { if (is_string($options['fetch'])) { // Default to an object. Note: db fields will be added to the object |