We should return a return value when we say that we have a return value.

This commit is contained in:
Michael 2017-04-28 06:21:12 +00:00
parent 7240b2198b
commit 9900d28c4b
2 changed files with 8 additions and 4 deletions

View file

@ -776,7 +776,7 @@ class dba {
$params[] = $value;
}
self::e($sql, $params);
return self::e($sql, $params);
}
/**