summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/gallery/libraries/IdentityProvider.php4
1 files changed, 2 insertions, 2 deletions
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