Page MenuHomePhabricator

UserLoadAfterLoadFromSession.diff

Authored By
bzimport
Nov 21 2014, 10:13 PM
Size
513 B
Referenced Files
None
Subscribers
None

UserLoadAfterLoadFromSession.diff

--- User.php (revision 42040)
+++ User.php (working copy)
@@ -247,6 +247,7 @@
break;
case 'session':
$this->loadFromSession();
+ wfRunHooks( 'UserLoadAfterLoadFromSession', array( $this, &$result ) );
break;
default:
throw new MWException( "Unrecognised value for User->mFrom: \"{$this->mFrom}\"" );

File Metadata

Mime Type
text/x-diff
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4519
Default Alt Text
UserLoadAfterLoadFromSession.diff (513 B)

Event Timeline