Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Typo in XML
Browse files Browse the repository at this point in the history
(cherry picked from commit 59e240c)
  • Loading branch information
cdujeu committed Jul 12, 2016
1 parent 76101e3 commit 64cde88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/plugins/core.ajaxplorer/ajxp_mixins.xml
Expand Up @@ -84,7 +84,7 @@
<global_param group_switch_name="dibi_provider" group_switch_label="PDO" group_switch_value="pdo" name="pdo_dsn" default="mysql:host=localhost;dbname=db" label="MIXIN_MESSAGE[DSN]" description="MIXIN_MESSAGE[Data Source Name]" type="string" mandatory="true"/>
<global_param group_switch_name="dibi_provider" group_switch_label="PDO" group_switch_value="pdo" name="pdo_username" default="" label="MIXIN_MESSAGE[User]" description="MIXIN_MESSAGE[User name]" type="string" mandatory="true"/>
<global_param group_switch_name="dibi_provider" group_switch_label="PDO" group_switch_value="pdo" name="pdo_password" default="" label="MIXIN_MESSAGE[Password]" description="MIXIN_MESSAGE[User password]" type="password" mandatory="true"/>
<global_param group_switch_name="dibi_provider" group_switch_label="MySQL" group_switch_value="mysql" name="mysql_driver" default="mysql" llabel="MIXIN_MESSAGE[Driver]" description="MIXIN_MESSAGE[Driver type (do not touch)]" type="hidden" mandatory="true"/>
<global_param group_switch_name="dibi_provider" group_switch_label="MySQL" group_switch_value="mysql" name="mysql_driver" default="mysql" label="MIXIN_MESSAGE[Driver]" description="MIXIN_MESSAGE[Driver type (do not touch)]" type="hidden" mandatory="true"/>
<global_param group_switch_name="dibi_provider" group_switch_label="MySQL" group_switch_value="mysql" name="mysql_host" default="localhost" label="MIXIN_MESSAGE[Host]" description="MIXIN_MESSAGE[Database server]" type="string" mandatory="true"/>
<global_param group_switch_name="dibi_provider" group_switch_label="MySQL" group_switch_value="mysql" name="mysql_database" default="pydio" label="MIXIN_MESSAGE[Database]" description="MIXIN_MESSAGE[Database name]" type="string" mandatory="true"/>
<global_param group_switch_name="dibi_provider" group_switch_label="MySQL" group_switch_value="mysql" name="mysql_username" default="" label="MIXIN_MESSAGE[User]" description="MIXIN_MESSAGE[User name]" type="string" mandatory="true"/>
Expand Down

0 comments on commit 64cde88

Please sign in to comment.