Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
55318827
Commit
55318827
authored
Nov 25, 2014
by
Thomas Müller
Browse files
Merge pull request #12313 from oparoz/patch-2
The class name is Movie NOT Movies
parents
6fb2477f
93a6cc17
Changes
3
Show whitespace changes
Inline
Side-by-side
config/config.sample.php
View file @
55318827
...
...
@@ -617,7 +617,7 @@ $CONFIG = array(
* concerns:
*
* - OC\Preview\Illustrator
* - OC\Preview\Movie
s
* - OC\Preview\Movie
* - OC\Preview\MSOffice2003
* - OC\Preview\MSOffice2007
* - OC\Preview\MSOfficeDoc
...
...
lib/private/preview.php
View file @
55318827
...
...
@@ -17,7 +17,7 @@ use OC\Preview\Provider;
use
OCP\Files\NotFoundException
;
require_once
'preview/image.php'
;
require_once
'preview/movie
s
.php'
;
require_once
'preview/movie.php'
;
require_once
'preview/mp3.php'
;
require_once
'preview/svg.php'
;
require_once
'preview/txt.php'
;
...
...
@@ -713,7 +713,7 @@ class Preview {
* - OC\Preview\OpenDocument
* - OC\Preview\StarOffice
* - OC\Preview\SVG
* - OC\Preview\Movie
s
* - OC\Preview\Movie
* - OC\Preview\PDF
* - OC\Preview\TIFF
* - OC\Preview\Illustrator
...
...
lib/private/preview/movie
s
.php
→
lib/private/preview/movie.php
View file @
55318827
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment