CVS update: /cowiki/includes/cowiki/class/dao/
[email protected] 19 May 2005 23:55:07 -0000
| Newsgroups | gmane.comp.php.cowiki.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dgorski Date: 2005/05/19 16:55:07 Modified: cowiki/includes/cowiki/class/dao/class.StorageFactory.php Log: Clarify error message File Changes: Directory: /cowiki/includes/cowiki/class/dao/ ============================================= File [changed]: class.StorageFactory.php Url: http://cowiki.tigris.org/source/browse/cowiki/includes/cowiki/class/dao/class.StorageFactory.php?r1=1.22&r2=1.23 Delta lines: +5 -3 ------------------- --- class.StorageFactory.php 12 May 2005 18:41:59 -0000 1.22 +++ class.StorageFactory.php 19 May 2005 23:55:05 -0000 1.23 @@ -2,7 +2,7 @@ /** * - * $Id: class.StorageFactory.php,v 1.22 2005/05/12 18:41:59 dgorski Exp $ + * $Id: class.StorageFactory.php,v 1.23 2005/05/19 23:55:05 dgorski Exp $ * * This file is part of coWiki. coWiki is free software under the terms of * the GNU General Public License (GPL). Read the LICENSE file. If you did @@ -17,7 +17,7 @@ * @author Daniel T. Gorski, <[email protected]> * @copyright (C) Daniel T. Gorski, {@link http://www.develnet.org} * @license http://www.gnu.org/licenses/gpl.html - * @version $Revision: 1.22 $ + * @version $Revision: 1.23 $ * */ @@ -233,7 +233,9 @@ } } - throw new StorageApiException('Unknown API access scheme '.$sScheme); + throw new StorageApiException( + 'Unknown API access scheme \''.$sScheme.'\'.' + ); } } // of class