Skip to content

Instantly share code, notes, and snippets.

@suin
Created July 15, 2012 05:18
Show Gist options
  • Save suin/3115129 to your computer and use it in GitHub Desktop.
Save suin/3115129 to your computer and use it in GitHub Desktop.
$ 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