diff options
author | Andreas Gohr <andi@splitbrain.org> | 2014-02-16 18:21:51 +0100 |
---|---|---|
committer | Andreas Gohr <andi@splitbrain.org> | 2014-02-16 18:21:51 +0100 |
commit | a218121f7a6086eac0469b13dedbaa04fea769ca (patch) | |
tree | 27018d0f3f83be511447d32e7d5f901a3a1d09ce /inc/media.php | |
parent | db7110fa511e3e49024e8e2b11408a9457c42efb (diff) | |
parent | b83a74f191b6ee9120c0c376509164285480ebac (diff) | |
download | rpg-a218121f7a6086eac0469b13dedbaa04fea769ca.tar.gz rpg-a218121f7a6086eac0469b13dedbaa04fea769ca.tar.bz2 |
Merge pull request #550 from splitbrain/video-audio-additions
Video/audio additions
Diffstat (limited to 'inc/media.php')
-rw-r--r-- | inc/media.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/media.php b/inc/media.php index 56fa5d54b..fe155f0f3 100644 --- a/inc/media.php +++ b/inc/media.php @@ -2164,7 +2164,7 @@ function media_alternativefiles($src, $exts){ /** * Check if video/audio is supported to be embedded. * - * @param string $src - mimetype of media file + * @param string $mime - mimetype of media file * @param string $type - type of media files to check ('video', 'audio', or none) * @return boolean * |