3.1 compat

This commit is contained in:
Ingo Schommer 2013-05-07 21:54:51 +02:00
parent 49316d99ff
commit 30223e4f7c

View File

@ -11,7 +11,7 @@
*/
class FileTextExtractable extends DataExtension {
static $db = array(
private static $db = array(
'FileContentCache' => 'Text'
);