diff options
| author | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-13 16:16:08 +0000 | 
|---|---|---|
| committer | icewing <icewing@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-02-13 16:16:08 +0000 | 
| commit | 9cb922ad9a9e3230a6b6b1d561c9206fef96985d (patch) | |
| tree | 1b17a7931ef3e9299f647cc9580a86b390a22dda | |
| parent | d30e100e2360b3c0806ea55a9a9080d5fd319761 (diff) | |
| download | elgg-9cb922ad9a9e3230a6b6b1d561c9206fef96985d.tar.gz elgg-9cb922ad9a9e3230a6b6b1d561c9206fef96985d.tar.bz2 | |
Updates
git-svn-id: https://code.elgg.org/elgg/trunk@23 36083f99-b078-4883-b0ff-0f9b5a30f544
| -rw-r--r-- | engine/lib/exceptions.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/engine/lib/exceptions.php b/engine/lib/exceptions.php index 3ac7793de..0c9b9b0d7 100644 --- a/engine/lib/exceptions.php +++ b/engine/lib/exceptions.php @@ -71,7 +71,7 @@  	 */  	class ClassNotFoundException extends ClassException {} -	// Installation exceptions //////////////////////////////////////////////////////////////// +	// Configuration exceptions ///////////////////////////////////////////////////////////////  	/**  	 * @class InstallationException | 
