Ensure site_id is included in ORM::add(), fixed payment revendering, start product category work

This commit is contained in:
Deon George
2016-08-25 13:14:08 +10:00
parent c1cc6b6f69
commit b74fdc930f
7 changed files with 82 additions and 82 deletions

View File

@@ -11,7 +11,7 @@
*/
class DB extends Kohana_DB {
// Add the site_id to the delete query
public static function delete($table = NULL)
final public static function delete($table = NULL)
{
$db = new Database_Query_Builder_Delete($table);