Ensure site_id is included in ORM::add(), fixed payment revendering, start product category work
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user