cc-2263: unable to cancel recording show
-made cancelled recorded shows still upload.
This commit is contained in:
parent
62806fa7ef
commit
3416ba20d9
4 changed files with 57 additions and 53 deletions
|
@ -188,7 +188,7 @@ class AirtimeInstall
|
|||
echo "* Creating database tables".PHP_EOL;
|
||||
|
||||
// Put Propel sql files in Database
|
||||
$command = AirtimeInstall::CONF_DIR_WWW."/library/propel/generator/bin/propel-gen ".AirtimeInstall::CONF_DIR_WWW."/build/ insert-sql 2>propel-error.log";
|
||||
$command = AirtimeInstall::CONF_DIR_WWW."/library/propel/generator/bin/propel-gen ".AirtimeInstall::CONF_DIR_WWW."/build/ insert-sql";
|
||||
@exec($command, $output, $results);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue