Browse Source

Fixed wrong function names

old-stable
gau1991 11 years ago
parent
commit
d36d01ed89
  1. 2
      src/vendor/ee_ven_install_roundcube.sh
  2. 2
      src/vendor/ee_ven_setup_roundcube.sh
  3. 2
      src/vendor/ee_ven_setup_vimbadmin.sh

2
src/vendor/ee_ven_install_roundcube.sh

@ -1,6 +1,6 @@
# Install Roundcube
function ee_mod_install_roundcube()
function ee_ven_install_roundcube()
{
# Install Roundcube dependencies
ee_lib_echo "Installing Roundcube dependencies, please wait..."

2
src/vendor/ee_ven_setup_roundcube.sh

@ -1,6 +1,6 @@
# Setup Roundcube
function ee_mod_setup_roundcube()
function ee_ven_setup_roundcube()
{
ee_lib_echo "configuring Roundcube, please wait..."

2
src/vendor/ee_ven_setup_vimbadmin.sh

@ -1,6 +1,6 @@
# Setup ViMbAdmin
function ee_mod_setup_vimbadmin()
function ee_ven_setup_vimbadmin()
{
ee_lib_echo "configuring ViMbAdmin, please wait..."

Loading…
Cancel
Save