mirror of
https://github.com/optim-enterprises-bv/control-pane.git
synced 2025-11-02 10:57:52 +00:00
* fixes
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user