Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. foreach(array_keys($this->hooks->modules) as $plugin)
  2. {
  3.     $this->$module->$plugin =& $this->$plugin;
  4.     $this->$plugin->$module =& $this->$module;
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement