diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-11-25 12:40:25 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-11-25 12:40:25 +0100 |
commit | 553188273c24835b2f8e36e488208f486d674bfc (patch) | |
tree | f2c55808d7935579f2eb0af301fff4c6514f00b6 /config | |
parent | 6fb2477fb75d4c982a1568e2392d17fd7cc2fd4b (diff) | |
parent | 93a6cc17a57987909defb5687d8aa955517709a2 (diff) | |
download | nextcloud-server-553188273c24835b2f8e36e488208f486d674bfc.tar.gz nextcloud-server-553188273c24835b2f8e36e488208f486d674bfc.zip |
Merge pull request #12313 from oparoz/patch-2
The class name is Movie NOT Movies
Diffstat (limited to 'config')
-rw-r--r-- | config/config.sample.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/config.sample.php b/config/config.sample.php index 2287b7af7dd..bf26172c494 100644 --- a/config/config.sample.php +++ b/config/config.sample.php @@ -617,7 +617,7 @@ $CONFIG = array( * concerns: * * - OC\Preview\Illustrator - * - OC\Preview\Movies + * - OC\Preview\Movie * - OC\Preview\MSOffice2003 * - OC\Preview\MSOffice2007 * - OC\Preview\MSOfficeDoc |