Skip to content

Commit 6b5b2f5

Browse files
authored
Fix declaration of static member variable
1 parent 5613726 commit 6b5b2f5

File tree

1 file changed

+3
-1
lines changed
  • app/code/core/Mage/ImportExport/Model/Resource/Helper

1 file changed

+3
-1
lines changed

app/code/core/Mage/ImportExport/Model/Resource/Helper/Mysql4.php

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ class Mage_ImportExport_Model_Resource_Helper_Mysql4 extends Mage_Core_Model_Res
2929

3030
/**
3131
* Semaphore to disable schema stats only once
32+
*
33+
* @var bool
3234
*/
33-
private static boolean $instantInformationSchemaStatsExpiry = false;
35+
private static $instantInformationSchemaStatsExpiry = false;
3436

3537
/**
3638
* Returns maximum size of packet, that we can send to DB

0 commit comments

Comments
 (0)