summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBharat Mediratta <bharat@menalto.com>2009-10-24 10:55:22 -0700
committerBharat Mediratta <bharat@menalto.com>2009-10-24 10:55:22 -0700
commit73a01d475bec334b3af76d46b36f68c00e78138a (patch)
tree7ec299c8e99607142acbb385c3658dc1823155d8 /modules
parent91e9df7834b98088ba478f691fee73f75ed092fa (diff)
Minor style tweaks.
Diffstat (limited to 'modules')
-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