From 134ad18cfd80b20c8f862116d1e591ddd2a339d2 Mon Sep 17 00:00:00 2001 From: Brad Shuttleworth Date: Wed, 28 Jun 2006 09:36:30 +0000 Subject: [PATCH] merge in fix for BBS-407 --- lib/foldermanagement/folderutil.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/foldermanagement/folderutil.inc.php b/lib/foldermanagement/folderutil.inc.php index 589bd4b..f82bd5d 100644 --- a/lib/foldermanagement/folderutil.inc.php +++ b/lib/foldermanagement/folderutil.inc.php @@ -266,8 +266,7 @@ class KTFolderUtil { $oUnit = Unit::getByFolder($oFolder); if (!empty($oUnit)) { DBUtil::rollback(); - return PEAR::raiseError(sprintf('Cannot remove unit - folder: %s.', $oFolder->getName())); + return PEAR::raiseError(sprintf('Cannot remove unit folder: %s.', $oFolder->getName())); } // don't just stop ... plough on. -- libgit2 0.21.4