Skip to content

Commit

Permalink
Merge pull request #12313 from oparoz/patch-2
Browse files Browse the repository at this point in the history
The class name is Movie NOT Movies
  • Loading branch information
DeepDiver1975 committed Nov 25, 2014
2 parents 6fb2477 + 93a6cc1 commit 5531882
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/config.sample.php
Original file line number Diff line number Diff line change
Expand Up @@ -617,7 +617,7 @@
* concerns:
*
* - OC\Preview\Illustrator
* - OC\Preview\Movies
* - OC\Preview\Movie
* - OC\Preview\MSOffice2003
* - OC\Preview\MSOffice2007
* - OC\Preview\MSOfficeDoc
Expand Down
4 changes: 2 additions & 2 deletions lib/private/preview.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
use OCP\Files\NotFoundException;

require_once 'preview/image.php';
require_once 'preview/movies.php';
require_once 'preview/movie.php';
require_once 'preview/mp3.php';
require_once 'preview/svg.php';
require_once 'preview/txt.php';
Expand Down Expand Up @@ -713,7 +713,7 @@ public static function registerProvider($class, $options = array()) {
* - OC\Preview\OpenDocument
* - OC\Preview\StarOffice
* - OC\Preview\SVG
* - OC\Preview\Movies
* - OC\Preview\Movie
* - OC\Preview\PDF
* - OC\Preview\TIFF
* - OC\Preview\Illustrator
Expand Down
File renamed without changes.

0 comments on commit 5531882

Please sign in to comment.