From 4f1a93065b3cf9065b836ecb144a69674b18778e Mon Sep 17 00:00:00 2001 From: hickert Date: Wed, 9 May 2007 13:45:53 +0000 Subject: [PATCH] Style fix git-svn-id: https://oss.gonicus.de/repositories/gosa/branches/2.5@6321 594d385d-05f5-0310-b6e9-bd551577e9d8 --- setup/class_setupStep_Migrate.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/class_setupStep_Migrate.inc b/setup/class_setupStep_Migrate.inc index c0a507529..2e8a9d2df 100644 --- a/setup/class_setupStep_Migrate.inc +++ b/setup/class_setupStep_Migrate.inc @@ -801,7 +801,7 @@ class Step_Migrate extends setup_step if($found){ $this->checks['acls']['STATUS'] = TRUE; - $this->checks['acls']['STATUS_MSG']= _("Ok")." "; + $this->checks['acls']['STATUS_MSG']= _("Ok"); $this->checks['acls']['ERROR_MSG'] = ""; }else{ $this->checks['acls']['STATUS'] = FALSE; -- 2.30.2