Created
July 15, 2012 05:18
-
-
Save suin/3115129 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git blame -L 78,88 AdminSideMenu.class.php | |
29319ebd (minahito 2008-11-23 15:53:45 +0000 78) | |
29319ebd (minahito 2008-11-23 15:53:45 +0000 79) if ($this->mCurrentModule->get('dirname') == 'legacy') { | |
29319ebd (minahito 2008-11-23 15:53:45 +0000 80) if (xoops_getrequest('action') == "help") { | |
29319ebd (minahito 2008-11-23 15:53:45 +0000 81) $moduleHandler =& xoops_gethandler('module'); | |
29319ebd (minahito 2008-11-23 15:53:45 +0000 82) $t_module =& $moduleHandler->getByDirname(xoops_gethandler('dirname')); | |
29319ebd (minahito 2008-11-23 15:53:45 +0000 83) if (is_object($t_module)) { | |
29319ebd (minahito 2008-11-23 15:53:45 +0000 84) $this->mCurrentModule =& $t_module; | |
29319ebd (minahito 2008-11-23 15:53:45 +0000 85) } | |
29319ebd (minahito 2008-11-23 15:53:45 +0000 86) } | |
29319ebd (minahito 2008-11-23 15:53:45 +0000 87) } | |
29319ebd (minahito 2008-11-23 15:53:45 +0000 88) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment