1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

set default null value

This commit is contained in:
Cameron
2019-02-11 17:15:00 -08:00
parent 645ad037f5
commit db4f82ba2f

View File

@@ -490,7 +490,7 @@ class e_db_pdo implements e_db
* @param boolean $debug
* @return mixed
*/
public function retrieve($table, $fields = null, $where=null, $multi = false, $indexField = null, $debug = false)
public function retrieve($table=null, $fields = null, $where=null, $multi = false, $indexField = null, $debug = false)
{
// fetch mode
if(empty($table))