Fixed some db bugs. These will only pop up when developing.

This commit is contained in:
James Cole
2016-09-16 07:16:09 +02:00
parent 2f93784acd
commit 9ffc5d857c
4 changed files with 9 additions and 9 deletions

View File

@@ -113,7 +113,7 @@ class TestData
'title' => Crypt::encrypt($attachment['title']),
'description' => Crypt::encrypt($attachment['description']),
'notes' => Crypt::encrypt($attachment['notes']),
'mime' => Crypt::encrypt($attachment['mime']),
'mime' => $attachment['mime'],
'size' => strlen($attachment['content']),
'uploaded' => 1,
]