Skip to content

Commit

Permalink
Fixed: Cleanup (Package::Webmail::Roundcube::Installer)
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxwin committed Jun 2, 2015
1 parent dcc4870 commit 1c19ca1
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions engine/PerlLib/Package/Webmail/Roundcube/Installer.pm
Expand Up @@ -596,8 +596,6 @@ sub _updateDatabase
my $roundcubeDbName = $main::imscpConfig{'DATABASE_NAME'} . '_roundcube';
my $fromVersion = $self->{'config'}->{'ROUNDCUBE_VERSION'} || '0.8.4';

# Check on suhosin.session.encrypt=off will be removed in next roundcube version
# See http://trac.roundcube.net/ticket/1489044
my ($stdout, $stderr);
my $rs = execute(
"php $roundcubeDir/bin/updatedb.sh --version=$fromVersion --dir=$roundcubeDir/SQL --package=roundcube",
Expand Down

0 comments on commit 1c19ca1

Please sign in to comment.