This commit is contained in:
Momchil Bozhinov
2021-02-24 10:52:04 +02:00
parent 2f1e2752b0
commit 4ddc6588b6
3 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ class CBSD {
}
}
function static register_media($path,$file,$ext)
static function register_media($path,$file,$ext)
{
$cmd='cbsd media mode=register name=%s path=%s type=%s';
$res=self::run($cmd, array($file, $path.$file, $ext));