* Last one

This commit is contained in:
Momchil Bozhinov
2021-02-23 23:45:43 +02:00
parent 366ac6e865
commit 58e24fcac7
2 changed files with 4 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ class CBSD {
}
}
function register_media($path,$file,$ext)
function static 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));