]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove mp3info from dependency check
authorRobin Appelman <icewind1991@gmail.com>
Sun, 8 Jan 2012 16:30:33 +0000 (17:30 +0100)
committerRobin Appelman <icewind1991@gmail.com>
Sun, 8 Jan 2012 16:35:41 +0000 (17:35 +0100)
apps/admin_dependencies_chk/settings.php

index 34028056dbea1457c164b8de30c6da17d2617aad..ce90dd604ca46d549dbbcab54a2f921e7ed89f81 100644 (file)
@@ -44,12 +44,6 @@ $modules[] =array(
        'modules'=> array('gallery'),
        'message'=> $l->t('The php-gd module is needed to create thumbnails of your images'));
 
-$modules[] =array(
-       'status' => OC_Helper::canExecute("mp3info") ? 'ok' : 'warning',
-       'part'=> 'mp3info',
-       'modules'=> array('media'),
-       'message'=> $l->t('The program mp3info is useful to discover ID3 tags of your music files'));
-
 $modules[] =array(
        'status' => function_exists("ldap_bind") ? 'ok' : 'error',
        'part'=> 'php-ldap',