Skip to content

Commit acfbebd

Browse files
author
gau1991
committed
Fixed PHP56 issue on 12.04
1 parent d614972 commit acfbebd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ee/cli/plugins/stack_upgrade.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ def upgrade_php56(self):
6969

7070
if EEVariables.ee_platform_distro == "Ubuntu":
7171
EERepo.remove(self, ppa="ppa:ondrej/php5")
72+
EERepo.add(self, ppa=EEVariables.ee_php_repo)
7273
else:
7374
EEAptGet.remove(self, ["php5-xdebug"])
7475
EEFileUtils.searchreplace(self, EEVariables.ee_repo_file_path,

0 commit comments

Comments
 (0)