X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/pie.php?a=blobdiff_plain;f=includes%2FUser.php;h=ed3fe7630f6a132fd5a4fb40aec7d061f2d78947;hb=fb0966908bf2ea0bafe88dfda0ad6660c2cbe107;hp=fad9af8d7b00a19324e83069e077a3b7ecbf6f21;hpb=12c1b4928198204b95b0aa0adf3bff9e70b0fa6f;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/User.php b/includes/User.php index fad9af8d7b..ed3fe7630f 100644 --- a/includes/User.php +++ b/includes/User.php @@ -293,6 +293,7 @@ class User { wfRunHooks( 'UserLoadAfterLoadFromSession', array( $this ) ); break; default: + wfProfileOut( __METHOD__ ); throw new MWException( "Unrecognised value for User->mFrom: \"{$this->mFrom}\"" ); } wfProfileOut( __METHOD__ );