From 578ff19bf62c77a972d4690a3f65d9430a9f2be3 Mon Sep 17 00:00:00 2001 From: Aaron Carlino Date: Sun, 5 May 2019 22:19:32 +1200 Subject: [PATCH] FileTrack table_name --- src/FileAttachmentFieldTrack.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/FileAttachmentFieldTrack.php b/src/FileAttachmentFieldTrack.php index 103e3fa..5894252 100644 --- a/src/FileAttachmentFieldTrack.php +++ b/src/FileAttachmentFieldTrack.php @@ -23,6 +23,8 @@ class FileAttachmentFieldTrack extends DataObject 'File' => 'File', ); + private static $table_name = 'FileAttachmentFieldTrack'; + public static function untrack($fileIDs) { if (!$fileIDs) {