]> git.p6c8.net - jirafeau_mojo42.git/blobdiff - lib/functions.php
fix typo in lib/settings.php
[jirafeau_mojo42.git] / lib / functions.php
index 6f8464951aba856fdf8b951d8f6d04d8c457374d..3a304a427128031b05ca10d6f9cfe4d3e8d4d2a4 100644 (file)
@@ -453,7 +453,7 @@ jirafeau_is_viewable ($mime)
     if (!empty ($mime))
     {
         /* Actually, verify if mime-type is an image or a text. */
-        $viewable = array ('image', 'text');
+        $viewable = array ('image', 'text', 'video', 'audio');
         $decomposed = explode ('/', $mime);
         return in_array ($decomposed[0], $viewable);
     }

patrick-canterino.de