X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2FPlatal.php;h=88e06501699d70d847b83438c57e45b957ef8653;hb=053126b2a8e3ab9336c55adf5981bb458ca04dbe;hp=43cf7765ab3cfae43c3e346eabbb1991e5b1d0ca;hpb=d1ebc57a6035c4b43153dd85a34cfce19bc33026;p=platal.git diff --git a/classes/Platal.php b/classes/Platal.php index 43cf776..88e0650 100644 --- a/classes/Platal.php +++ b/classes/Platal.php @@ -41,7 +41,7 @@ class Platal array_unshift($modules, 'core'); foreach ($modules as $module) { - $this->__mods[$module] = $m = PLModule::factory($this, $module); + $this->__mods[$module] = $m = PLModule::factory($module); $this->__hooks += $m->handlers(); } }