mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-30 04:29:16 +00:00
Upgrade: Forgot a couple files for the last revision submission.
This commit is contained in:
@@ -48,10 +48,6 @@
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'] = "e7bb1296-3141-48c9-a95a-82d2768d0ae4";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
$apps[$x]['permissions'][$y]['name'] = "upgrade_datatypes";
|
||||
$apps[$x]['permissions'][$y]['menu']['uuid'] = "9c82d494-c248-4f74-a82b-2af15064d6fc";
|
||||
$apps[$x]['permissions'][$y]['groups'][] = "superadmin";
|
||||
$y++;
|
||||
|
||||
//schema details
|
||||
$y = 0; //table array index
|
||||
|
||||
@@ -10,6 +10,11 @@
|
||||
$text['title-upgrade']['pt-pt'] = "Actualizar";
|
||||
$text['title-upgrade']['fr-fr'] = "Mise à jour";
|
||||
|
||||
$text['header-svn_update_results']['en-us'] = "SVN Update Results";
|
||||
$text['header-svn_update_results']['es-cl'] = "";
|
||||
$text['header-svn_update_results']['pt-pt'] = "";
|
||||
$text['header-svn_update_results']['fr-fr'] = "";
|
||||
|
||||
$text['header-upgrade_schema_results']['en-us'] = "Upgrade Schema Results";
|
||||
$text['header-upgrade_schema_results']['es-cl'] = "Actualiza Esquema Resultados";
|
||||
$text['header-upgrade_schema_results']['pt-pt'] = "Resultados Atualização do Esquema";
|
||||
|
||||
Reference in New Issue
Block a user