mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-22 14:55:18 -04:00
Change the name of identity library from Identity to IdentityProvider. Create a helper class called identity to simplify call the Identity Provider. Move the contents of MY_Session.php to the new helper class and remove the MY_Session class
This commit is contained in:
@@ -46,7 +46,7 @@ class Task_Model extends ORM {
|
||||
}
|
||||
|
||||
public function owner() {
|
||||
return Identity::lookup_user($this->owner_id);
|
||||
return identity::lookup_user($this->owner_id);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user