mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-07-30 11:40:43 -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:
@@ -23,7 +23,7 @@ class Comment_Model extends ORM {
|
||||
}
|
||||
|
||||
function author() {
|
||||
return Identity::lookup_user($this->author_id);
|
||||
return identity::lookup_user($this->author_id);
|
||||
}
|
||||
|
||||
function author_name() {
|
||||
|
||||
Reference in New Issue
Block a user