Forums
(@danibatoy)
12 years, 5 months ago
Change the following lines…
function call_activate() { $this->call_installer(‘activate’, func_get_args()); }
to
function call_activate() {$fargs = func_get_args(); $this->call_installer(‘activate’, $fargs ); }
and the same to disable..