From ae36914fd8f96b40eceefbc6af0545a1ea0fe1eb Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 16 Apr 2017 16:55:32 +0200 Subject: [PATCH] Change default unit name --- Admin/Installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 494dd10..1a1e9eb 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -123,7 +123,7 @@ class Installer extends InstallerAbstract $dbPool->get('core')->con->prepare( 'INSERT INTO `' . $dbPool->get('core')->prefix . 'organization_unit` (`organization_unit_name`, `organization_unit_description`, `organization_unit_parent`) VALUES - (\'Default\', \'Default unit.\', NULL);' + (\'Orange Management\', \'Orange Management\', NULL);' )->execute(); break; }