// Use protected instead of private for classes we can override #PSCFV-1976
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14895 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -273,7 +273,7 @@ class AdminThemesControllerCore extends AdminController
|
||||
* @param string $target_theme_dir relative path to target dir
|
||||
* @return boolean true if success
|
||||
*/
|
||||
private static function copyTheme($base_theme_dir, $target_theme_dir)
|
||||
protected static function copyTheme($base_theme_dir, $target_theme_dir)
|
||||
{
|
||||
$res = true;
|
||||
$base_theme_dir = rtrim($base_theme_dir, '/').'/';
|
||||
|
||||
Reference in New Issue
Block a user