Fix undefined std_class::fa_deleted_timestamp warning during undelete.
authorBrian Wolff <bawolff+wn@gmail.com>
Tue, 9 Jul 2013 16:41:48 +0000 (13:41 -0300)
committerBrian Wolff <bawolff+wn@gmail.com>
Tue, 9 Jul 2013 16:41:48 +0000 (13:41 -0300)
Change-Id: I243d6c408941cfbdef2ec2d24596a3e638e1b4cd

includes/filerepo/file/ArchivedFile.php

index 6c4bf8a..749f11a 100644 (file)
@@ -196,6 +196,7 @@ class ArchivedFile {
                        'fa_user_text',
                        'fa_timestamp',
                        'fa_deleted',
+                       'fa_deleted_timestamp', /* Used by LocalFileRestoreBatch */
                        'fa_sha1',
                );
        }