From 73a01d475bec334b3af76d46b36f68c00e78138a Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Sat, 24 Oct 2009 10:55:22 -0700 Subject: Minor style tweaks. --- modules/gallery/libraries/IdentityProvider.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/gallery/libraries/IdentityProvider.php b/modules/gallery/libraries/IdentityProvider.php index 38718d4b..24c849c1 100644 --- a/modules/gallery/libraries/IdentityProvider.php +++ b/modules/gallery/libraries/IdentityProvider.php @@ -37,7 +37,7 @@ class IdentityProvider_Core { * @param string configuration * @return Identity_Core */ - static function & instance() { + static function &instance() { if (empty(self::$instance)) { // Create a new instance self::$instance = new IdentityProvider(); @@ -67,7 +67,7 @@ class IdentityProvider_Core { // Test the config group name if (($this->config = Kohana::config("identity." . $config)) === NULL) { - throw new Exception("@todo NO USER LIBRARY CONFIGURATION FOR: $config"); + throw new Exception("@todo NO_USER_LIBRARY_CONFIGURATION_FOR: $config"); } // Set driver name -- cgit v1.2.3