CC-2612 : Upgrade: Push DB metadata into the file before upgrade

This commit is contained in:
Naomi Aro 2011-07-29 15:42:48 +02:00
parent 5a320aa225
commit 6d8e7b5dca

View file

@ -590,7 +590,7 @@ class Airtime190Upgrade{
->setFormatter(ModelCriteria::FORMAT_ON_DEMAND)
->find();
$dumpFile = __DIR__"/storDump.txt";
$dumpFile = __DIR__."/storDump.txt";
$fh = fopen($dumpFile, 'w') or die("can't open file to backup stor.");
$s = "SF_BACKUP";