This variable does not appear to be used.
From grepping, it seems that perhaps it was used at once point, but the
major elements of it were moved to a helper function, and now that function
is used multiple places.
// add UI revamp pages
//$this->revampPages = array( 'CRM/Admin/Form/Setting/Url.tpl', 'CRM/Admin/Form/Preferences/Address.tpl' );
$this->revampPages = array();
-
- $size = trim(ini_get('upload_max_filesize'));
- if ($size) {
- $this->maxImportFileSize = self::formatUnitSize($size);
- }
}
/**
public $userFrameworkFrontend = FALSE;
public $userFrameworkLogging = FALSE;
- /**
- * The handle for import file size
- * @var int
- */
- public $maxImportFileSize = 1048576;
public $maxFileSize = 2;
/**