File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/core/Mage/Adminhtml/Block/Notification Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -33,20 +33,20 @@ class Mage_Adminhtml_Block_Notification_Security extends Mage_Adminhtml_Block_Te
33
33
* File path for verification
34
34
* @var string
35
35
*/
36
- private $ _filePath = 'app/etc/local.xml ' ;
36
+ protected $ _filePath = 'app/etc/local.xml ' ;
37
37
38
38
/**
39
39
* Time out for HTTP verification request
40
40
* @var int
41
41
*/
42
- private $ _verificationTimeOut = 2 ;
42
+ protected $ _verificationTimeOut = 2 ;
43
43
44
44
/**
45
45
* Check verification result and return true if system must to show notification message
46
46
*
47
47
* @return bool
48
48
*/
49
- private function _canShowNotification ()
49
+ protected function _canShowNotification ()
50
50
{
51
51
if (Mage::app ()->loadCache (self ::VERIFICATION_RESULT_CACHE_KEY )) {
52
52
return false ;
@@ -64,7 +64,7 @@ private function _canShowNotification()
64
64
*
65
65
* @return bool
66
66
*/
67
- private function _isFileAccessible ()
67
+ protected function _isFileAccessible ()
68
68
{
69
69
$ defaultUnsecureBaseURL = (string ) Mage::getConfig ()->getNode ('default/ ' . Mage_Core_Model_Store::XML_PATH_UNSECURE_BASE_URL );
70
70
You can’t perform that action at this time.
0 commit comments