-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
makhonkodenis
committed
Jun 15, 2015
1 parent
dc686da
commit fb348f8
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
* Class for the base update | ||
* | ||
* @package Cherry_Base_Update | ||
* @subpackage Bace_Update | ||
* @subpackage Base_Update | ||
* @author Cherry Team <[email protected]> | ||
* @copyright Copyright (c) 2012 - 2015, Cherry Team | ||
* @link http://www.cherryframework.com/ | ||
|
@@ -36,7 +36,7 @@ class Cherry_Base_Update { | |
'sslverify' => true | ||
); | ||
|
||
protected function bace_init( $attr = array() ){ | ||
protected function base_init( $attr = array() ){ | ||
$this ->api = array_merge( $this ->api, $attr ); | ||
|
||
add_filter( 'upgrader_source_selection', array( $this, 'rename_github_folder' ), 11, 3 ); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters